4 references to SymbolsMatch
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\Finders\PropertySymbolReferenceFinder.cs (4)
263var (matched, reason) = SymbolsMatch(symbol, state, node, cancellationToken); 284var (matched, reason) = SymbolsMatch(symbol, state, indexerReference, cancellationToken); 301var (matched, reason) = SymbolsMatch(symbol, state, node, cancellationToken); 309var (matched, reason) = SymbolsMatch(symbol, state, node, cancellationToken);