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