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