2 instantiations of LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
522.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: false))); 539.Select(location => new LocationForAffectedSymbol(location, isReferenceToExtensionMethod: true)));
8 references to LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (8)
444var refLocationsInCurrentDocument = new List<LocationForAffectedSymbol>(); 445var refLocationsInOtherDocuments = new List<LocationForAffectedSymbol>(); 513private static async Task<ImmutableArray<LocationForAffectedSymbol>> FindReferenceLocationsForSymbolAsync( 516using var _ = ArrayBuilder<LocationForAffectedSymbol>.GetInstance(out var builder); 560IReadOnlyList<LocationForAffectedSymbol> refLocations, 641IEnumerable<LocationForAffectedSymbol> refLocations, 687IEnumerable<LocationForAffectedSymbol> refLocations, 703foreach (var refLoc in refLocations)