5 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 (4)
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\ImplicitConstructorInitializerSymbolReferenceFinder.cs (1)
70
SymbolFinder.OriginalSymbolsMatch(state.
Solution
, methodSymbol.ContainingType, constructor.ContainingType.BaseType))
FindSymbols\FindReferences\Finders\PreprocessingSymbolReferenceFinder.cs (1)
53
var matched = SymbolFinder.OriginalSymbolsMatch(state.
Solution
, symbol, targetSymbol);