@@ -220,9 +220,9 @@ public void AcquireTarget_MethodRenamingMoreComponents_CorrectTargetChosen()
220
220
// add references to the Foo declaration item to simulate prod usage
221
221
AddDeclarationItem ( context , new Parsing . Selection ( 3 , 5 , 3 , 8 ) , differentMember , DeclarationType . Procedure , "Foo" ) ;
222
222
var declarationItem = _listDeclarations [ _listDeclarations . Count - 1 ] ;
223
- reference = new IdentifierReference ( selectedComponent , "Foo" , new Parsing . Selection ( 7 , 5 , 7 , 11 ) , false , context . Object , declarationItem ) ;
223
+ reference = new IdentifierReference ( selectedComponent , "Foo" , new Parsing . Selection ( 7 , 5 , 7 , 11 ) , context . Object , declarationItem ) ;
224
224
AddReference ( declarationItem , reference ) ;
225
- reference = new IdentifierReference ( selectedComponent , "Foo" , symbolSelection , false , context . Object , declarationItem ) ;
225
+ reference = new IdentifierReference ( selectedComponent , "Foo" , symbolSelection , context . Object , declarationItem ) ;
226
226
AddReference ( declarationItem , reference ) ;
227
227
228
228
AddDeclarationItem ( context , new Parsing . Selection ( 1 , 1 , 1 , 1 ) , differentMember , DeclarationType . Module , "Module2" ) ;
0 commit comments