1 write to _solution
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (1)
36
_solution
= solution;
4 references to _solution
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolFinder.FindReferencesServerCallback.cs (4)
54
var document = await
_solution
.GetRequiredDocumentAsync(documentId, includeSourceGenerated: true, cancellationToken).ConfigureAwait(false);
60
var document = await
_solution
.GetRequiredDocumentAsync(documentId, includeSourceGenerated: true, cancellationToken).ConfigureAwait(false);
72
var symbol = await symbolAndProjectId.TryRehydrateAsync(
_solution
, cancellationToken).ConfigureAwait(false);
115
_solution
, cancellationToken).ConfigureAwait(false);