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)));
8 references to LocationForAffectedSymbol
Microsoft.CodeAnalysis.Features (8)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (8)
446var refLocationsInCurrentDocument = new List<LocationForAffectedSymbol>(); 447var refLocationsInOtherDocuments = new List<LocationForAffectedSymbol>(); 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)