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