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