1 write to Solution
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferencesDocumentState.cs (1)
39
Solution
= document.Project.Solution;
3 references to Solution
Microsoft.CodeAnalysis.Features (1)
ChangeSignature\DelegateInvokeMethodReferenceFinder.cs (1)
95
convertedType = await SymbolFinder.FindSourceDefinitionAsync(convertedType, state.
Solution
, cancellationToken).ConfigureAwait(false)
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
64
if (await SymbolFinder.OriginalSymbolsMatchAsync(state.
Solution
, searchSymbol, symbolInfo.Symbol, cancellationToken).ConfigureAwait(false))
69
if (await SymbolFinder.OriginalSymbolsMatchAsync(state.
Solution
, searchSymbol, candidate, cancellationToken).ConfigureAwait(false))