1 write to Locations
Microsoft.CodeAnalysis.Workspaces (1)
Rename\LightweightRenameLocations.cs (1)
48Locations = locations;
5 references to Locations
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractEditorInlineRenameService.InlineRenameLocationSet.cs (1)
28this.Locations = renameLocationSet.Locations.Where(RenameLocation.ShouldRename)
Microsoft.CodeAnalysis.Features (1)
UseAutoProperty\AbstractUseAutoPropertyCodeFixProvider.cs (1)
302return renameLocations.Locations.Any(
Microsoft.CodeAnalysis.Workspaces (3)
Rename\IRemoteRenamerService.cs (1)
147Locations.SelectAsArray(SerializableRenameLocation.Dehydrate),
Rename\LightweightRenameLocations.cs (2)
69Locations, 131this.Locations.WhereAsArray(loc => filter(loc.DocumentId, loc.Location.SourceSpan)),