2 references to _solution
Microsoft.VisualStudio.LanguageServices (2)
NavigateTo\RoslynNavigateToSearchCallback.cs (2)
67
var project =
_solution
.GetRequiredProject(result.NavigableItem.Document.Project.Id);
86
var foundDocument = await document.GetRequiredDocumentAsync(
_solution
, cancellationToken).ConfigureAwait(false);