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)
54var document = await _solution.GetRequiredDocumentAsync(documentId, includeSourceGenerated: true, cancellationToken).ConfigureAwait(false); 60var document = await _solution.GetRequiredDocumentAsync(documentId, includeSourceGenerated: true, cancellationToken).ConfigureAwait(false); 72var symbol = await symbolAndProjectId.TryRehydrateAsync(_solution, cancellationToken).ConfigureAwait(false); 115_solution, cancellationToken).ConfigureAwait(false);