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