3 references to Locations
Microsoft.CodeAnalysis.Workspaces (3)
Rename\IRemoteRenamerService.cs (3)
123var locations = await serializableLocations.Locations.SelectAsArrayAsync( 166var locBuilder = new FixedSizeArrayBuilder<RenameLocation>(this.Locations.Length); 167foreach (var loc in this.Locations)