2 instantiations of LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
515.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: false))); 532.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: true)));
9 references to LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (9)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (9)
447var refLocationsInCurrentDocument = new List<LocationForAffectedSymbol>(); 448var refLocationsInOtherDocuments = new List<LocationForAffectedSymbol>(); 454foreach (var refLocation in refLocations.SelectMany(locs => locs)) 506private static async Task<ImmutableArray<LocationForAffectedSymbol>> FindReferenceLocationsForSymbolAsync( 509using var _ = ArrayBuilder<LocationForAffectedSymbol>.GetInstance(out var builder); 553IReadOnlyList<LocationForAffectedSymbol> refLocations, 674IEnumerable<LocationForAffectedSymbol> refLocations, 733IEnumerable<LocationForAffectedSymbol> refLocations, 749foreach (var refLoc in refLocations)