4 references to Solution
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (1)
112convertedType = SymbolFinder.FindSourceDefinitionAsync(convertedType, state.Solution, cancellationToken).WaitAndGetResult_CanCallOnBackground(cancellationToken) ?? convertedType;
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
64if (SymbolFinder.OriginalSymbolsMatch(state.Solution, searchSymbol, symbolInfo.Symbol)) 69if (SymbolFinder.OriginalSymbolsMatch(state.Solution, searchSymbol, candidate))
FindSymbols\FindReferences\Finders\PreprocessingSymbolReferenceFinder.cs (1)
53var matched = SymbolFinder.OriginalSymbolsMatch(state.Solution, symbol, targetSymbol);