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