1 write to Locations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\SymbolicRenameLocations.cs (1)
50Locations = locations;
4 references to Locations
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
139_renameLocationSet.Locations, 711var allRenamedDocuments = _renameLocationSet.Locations.Select(loc => loc.Location.SourceTree!).Distinct().Select(solution.GetRequiredDocument); 714var documentsFromAffectedProjects = RenameUtilities.GetDocumentsAffectedByRename(symbol, solution, _renameLocationSet.Locations);
Rename\LightweightRenameLocations.cs (1)
113solution, options, renameLocations.Locations,