1 write to _solution
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
41_solution = solution;
13 references to _solution
Microsoft.CodeAnalysis.Workspaces (13)
Workspace\Solution\Project.cs (13)
50public Solution Solution => _solution; 227=> _solution.GetDocumentId(syntaxTree, this.Id); 233=> _solution.GetDocument(syntaxTree, this.Id); 286var generatedDocumentStates = await _solution.State.GetSourceGeneratedDocumentStatesAsync(this.State, cancellationToken).ConfigureAwait(false); 307var generatedDocumentStates = await _solution.State.GetSourceGeneratedDocumentStatesAsync(State, cancellationToken).ConfigureAwait(false); 338var documentState = _solution.State.TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId(documentId); 350return _solution.State.GetSourceGeneratorDiagnosticsAsync(this.State, cancellationToken); 464=> _solution.State.TryGetCompilation(this.Id, out compilation); 475=> _solution.State.GetCompilationAsync(_projectState, cancellationToken); 482=> _solution.State.HasSuccessfullyLoadedAsync(_projectState, cancellationToken); 512=> _solution.State.GetDependentVersionAsync(this.Id, cancellationToken); 519=> _solution.State.GetDependentSemanticVersionAsync(this.Id, cancellationToken); 554=> _solution.State.GetDependentChecksumAsync(this.Id, cancellationToken);