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