1 write to Locations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\SymbolicRenameLocations.cs (1)
57Locations = locations;
5 references to Locations
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\Renamer\RemoteRenamerService.cs (1)
81renameLocations.Locations.SelectAsArray(SerializableRenameLocation.Dehydrate),
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\ConflictResolver.Session.cs (3)
141_renameLocationSet.Locations, 704var allRenamedDocuments = _renameLocationSet.Locations.Select(loc => loc.Location.SourceTree!).Distinct().Select(solution.GetRequiredDocument); 707var documentsFromAffectedProjects = RenameUtilities.GetDocumentsAffectedByRename(symbol, solution, _renameLocationSet.Locations);
Rename\LightweightRenameLocations.cs (1)
118solution, options, fallbackOptions, renameLocations.Locations,