FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (32)
37ISymbol symbol, FindReferencesDocumentState state, FindReferencesSearchOptions options, CancellationToken cancellationToken);
40ISymbol symbol, FindReferencesDocumentState state, SyntaxToken token, CancellationToken cancellationToken)
54ISymbol searchSymbol, FindReferencesDocumentState state, SyntaxNode node, CancellationToken cancellationToken)
62ISymbol searchSymbol, FindReferencesDocumentState state, SymbolInfo symbolInfo, CancellationToken cancellationToken)
166FindReferencesDocumentState state,
182public static Task<ImmutableArray<SyntaxToken>> FindMatchingIdentifierTokensAsync(FindReferencesDocumentState state, string identifier, CancellationToken cancellationToken)
187FindReferencesDocumentState state,
209protected static FinderLocation CreateFinderLocation(FindReferencesDocumentState state, SyntaxToken token, CandidateReason reason, CancellationToken cancellationToken)
212public static ReferenceLocation CreateReferenceLocation(FindReferencesDocumentState state, SyntaxToken token, CandidateReason reason, CancellationToken cancellationToken)
223FindReferencesDocumentState state,
251FindReferencesDocumentState state,
262FindReferencesDocumentState state,
272FindReferencesDocumentState state,
289FindReferencesDocumentState state,
313FindReferencesDocumentState state,
370SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations);
373FindReferencesDocumentState state,
398FindReferencesDocumentState state,
407SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations)
433FindReferencesDocumentState state,
442SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations)
472FindReferencesDocumentState state,
481SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations)
506FindReferencesDocumentState state,
515SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations)
533FindReferencesDocumentState state,
542SyntaxNode node, FindReferencesDocumentState state, ArrayBuilder<FinderLocation> locations)
586FindReferencesDocumentState state,
747SyntaxNode node, FindReferencesDocumentState state)
838TSymbol symbol, FindReferencesDocumentState state, FindReferencesSearchOptions options, CancellationToken cancellationToken);
864ISymbol symbol, FindReferencesDocumentState state, FindReferencesSearchOptions options, CancellationToken cancellationToken)
891TSymbol symbol, FindReferencesDocumentState state, CancellationToken cancellationToken)
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (7)
125FindReferencesDocumentState state,
174FindReferencesDocumentState state,
219FindReferencesDocumentState state,
246IPropertySymbol symbol, FindReferencesDocumentState state, SyntaxNode node, CancellationToken cancellationToken)
255IPropertySymbol symbol, SyntaxNode node, FindReferencesDocumentState state, CancellationToken cancellationToken)
274IPropertySymbol symbol, SyntaxNode node, FindReferencesDocumentState state, CancellationToken cancellationToken)
291IPropertySymbol symbol, SyntaxNode node, FindReferencesDocumentState state, CancellationToken cancellationToken)