4 references to GetRelevantSymbolLocations
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\ConflictResolver.cs (3)
350
var locations =
GetRelevantSymbolLocations
(solution, symbol);
405
var locations =
GetRelevantSymbolLocations
(solution, symbol);
409
locations =
GetRelevantSymbolLocations
(solution, originalsourcesymbol);
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
562
if (conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].SymbolLocationsCount !=
GetRelevantSymbolLocations
(solution, symbol).Length)