2 instantiations of LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
516.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: false))); 533.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)) 507private static async Task<ImmutableArray<LocationForAffectedSymbol>> FindReferenceLocationsForSymbolAsync( 510using var _ = ArrayBuilder<LocationForAffectedSymbol>.GetInstance(out var builder); 554IReadOnlyList<LocationForAffectedSymbol> refLocations, 675IEnumerable<LocationForAffectedSymbol> refLocations, 734IEnumerable<LocationForAffectedSymbol> refLocations, 750foreach (var refLoc in refLocations)