2 instantiations of LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
525.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: false))); 542.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)) 516private static async Task<ImmutableArray<LocationForAffectedSymbol>> FindReferenceLocationsForSymbolAsync( 519using var _ = ArrayBuilder<LocationForAffectedSymbol>.GetInstance(out var builder); 563IReadOnlyList<LocationForAffectedSymbol> refLocations, 641IEnumerable<LocationForAffectedSymbol> refLocations, 688IEnumerable<LocationForAffectedSymbol> refLocations, 705foreach (var refLoc in refLocations)