12 instantiations of FinderLocation
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (1)
126return new FinderLocation(
Microsoft.CodeAnalysis.Workspaces (11)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (6)
205=> new(token.GetRequiredParent(), CreateReferenceLocation(state, token, reason, cancellationToken)); 416var result = new FinderLocation(node, new ReferenceLocation( 458var result = new FinderLocation(expression, new ReferenceLocation( 502var result = new FinderLocation(node, new ReferenceLocation( 533var result = new FinderLocation(node, new ReferenceLocation( 568var result = new FinderLocation(node, new ReferenceLocation(
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
88processResult(new FinderLocation(token.GetRequiredParent(), referenceLocation), processResultData);
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (2)
274var result = new FinderLocation(node, new ReferenceLocation( 315var result = new FinderLocation(node, new ReferenceLocation(
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
171var result = new FinderLocation(node, new ReferenceLocation(
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (1)
223var result = new FinderLocation(node,
93 references to FinderLocation
Microsoft.CodeAnalysis.Features (3)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (3)
86Action<FinderLocation, TData> processResult, 117var finderLocation = CreateFinderLocation(node, state, cancellationToken); 124static FinderLocation CreateFinderLocation(SyntaxNode node, FindReferencesDocumentState state, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Workspaces (90)
FindSymbols\FindReferences\Finders\AbstractMemberScopedReferenceFinder.cs (2)
55Action<FinderLocation, TData> processResult, 104Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (33)
38ISymbol symbol, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData, FindReferencesSearchOptions options, CancellationToken cancellationToken); 169Action<FinderLocation, TData> processResult, 184Action<FinderLocation, TData> processResult, 198var finderLocation = CreateFinderLocation(state, token, reason, cancellationToken); 204protected static FinderLocation CreateFinderLocation(FindReferencesDocumentState state, SyntaxToken token, CandidateReason reason, CancellationToken cancellationToken) 244ArrayBuilder<FinderLocation> initialReferences, 247Action<FinderLocation, TData> processResult, 257ArrayBuilder<FinderLocation> initialReferences, 259Action<FinderLocation, TData> processResult, 270ArrayBuilder<FinderLocation> initialReferences, 274foreach (var reference in initialReferences) 288Action<FinderLocation, TData> processResult, 310Action<FinderLocation, TData> processResult, 372SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData); 378Action<FinderLocation, TData> processResult, 396Action<FinderLocation, TData> processResult, 404SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData) 416var result = new FinderLocation(node, new ReferenceLocation( 432Action<FinderLocation, TData> processResult, 443SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData) 458var result = new FinderLocation(expression, new ReferenceLocation( 475Action<FinderLocation, TData> processResult, 486SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData) 502var result = new FinderLocation(node, new ReferenceLocation( 513Action<FinderLocation, TData> processResult, 524SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData) 533var result = new FinderLocation(node, new ReferenceLocation( 544Action<FinderLocation, TData> processResult, 555SyntaxNode node, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData) 568var result = new FinderLocation(node, new ReferenceLocation( 810Action<FinderLocation, TData> processResult, TData processResultData, 839ISymbol symbol, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData, FindReferencesSearchOptions options, CancellationToken cancellationToken) 865TSymbol symbol, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData, CancellationToken cancellationToken)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder_GlobalSuppressions.cs (1)
55Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\AbstractTypeParameterSymbolReferenceFinder.cs (2)
18Action<FinderLocation, TData> processResult, 56Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\ConstructorInitializerSymbolReferenceFinder.cs (1)
68Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (10)
117Action<FinderLocation, TData> processResult, 151IMethodSymbol methodSymbol, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData, string name, string alias, CancellationToken cancellationToken) 171Action<FinderLocation, TData> processResult, 185Action<FinderLocation, TData> processResult, 196Action<FinderLocation, TData> processResult, 217Action<FinderLocation, TData> processResult, 228Action<FinderLocation, TData> processResult, 274var result = new FinderLocation(node, new ReferenceLocation( 289Action<FinderLocation, TData> processResult, 315var result = new FinderLocation(node, new ReferenceLocation(
FindSymbols\FindReferences\Finders\DestructorSymbolReferenceFinder.cs (1)
34Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\DynamicTypeSymbolReferenceFinder.cs (1)
42Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\EventSymbolReferenceFinder.cs (1)
66Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\ExplicitConversionSymbolReferenceFinder.cs (1)
65Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\ExplicitInterfaceMethodReferenceFinder.cs (1)
35Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\FieldSymbolReferenceFinder.cs (1)
46Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\IReferenceFinder.cs (1)
69Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\NamedTypeSymbolReferenceFinder.cs (11)
111Action<FinderLocation, TData> processResult, 116using var _ = ArrayBuilder<FinderLocation>.GetInstance(out var tempReferences); 120namedType, state, StandardCallbacks<FinderLocation>.AddToArrayBuilder, tempReferences, cancellationToken); 127foreach (var location in tempReferences) 144Action<FinderLocation, TData> processResult, 159INamedTypeSymbol namedType, FindReferencesDocumentState state, Action<FinderLocation, TData> processResult, TData processResultData, string alias, CancellationToken cancellationToken) 180Action<FinderLocation, TData> processResult, 195Action<FinderLocation, TData> processResult, 211ArrayBuilder<FinderLocation> tempReferences, 225symbol, state, tokens, StandardCallbacks<FinderLocation>.AddToArrayBuilder, tempReferences, cancellationToken); 232Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\NamespaceSymbolReferenceFinder.cs (8)
56Action<FinderLocation, TData> processResult, 68using var _ = ArrayBuilder<FinderLocation>.GetInstance(out var initialReferences); 72symbol, namespaceName, state, StandardCallbacks<FinderLocation>.AddToArrayBuilder, initialReferences, cancellationToken); 81foreach (var location in initialReferences) 93INamespaceSymbol symbol, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> initialReferences, string namespaceName, string alias, CancellationToken cancellationToken) 102symbol, alias, state, StandardCallbacks<FinderLocation>.AddToArrayBuilder, initialReferences, cancellationToken); 113Action<FinderLocation, TData> processResult, 126Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\OperatorSymbolReferenceFinder.cs (1)
54Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (4)
121Action<FinderLocation, TData> processResult, 151Action<FinderLocation, TData> processResult, 161Action<FinderLocation, TData> processResult, 171var result = new FinderLocation(node, new ReferenceLocation(
FindSymbols\FindReferences\Finders\ParameterSymbolReferenceFinder.cs (1)
45Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\PreprocessingSymbolReferenceFinder.cs (2)
41Action<FinderLocation, TData> processResult, 57var location = CreateFinderLocation(state, token, CandidateReason.None, cancellationToken);
FindSymbols\FindReferences\Finders\PropertyAccessorSymbolReferenceFinder.cs (1)
66Action<FinderLocation, TData> processResult,
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (3)
137Action<FinderLocation, TData> processResult, 191Action<FinderLocation, TData> processResult, 223var result = new FinderLocation(node,
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (3)
135await ProducerConsumer<FinderLocation>.RunAsync( 165FindReferencesSearchEngine @this, IAsyncEnumerable<FinderLocation> locations, ISymbol symbol, SymbolGroup group, CancellationToken cancellationToken) 170await foreach (var location in locations)