1 write to UnderlyingTracker
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
54
this.
UnderlyingTracker
= underlyingTracker;
16 references to UnderlyingTracker
Microsoft.CodeAnalysis.Workspaces (16)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (16)
41
public ProjectState ProjectState =>
UnderlyingTracker
.ProjectState;
43
public GeneratorDriver? GeneratorDriver =>
UnderlyingTracker
.GeneratorDriver;
79
var underlyingTracker = this.
UnderlyingTracker
.Fork(newProject, translate);
85
var underlyingTracker = this.
UnderlyingTracker
.WithCreateCreationPolicy(forceRegeneration);
86
return underlyingTracker == this.
UnderlyingTracker
93
var underlyingTracker = this.
UnderlyingTracker
.WithDoNotCreateCreationPolicy();
94
return underlyingTracker == this.
UnderlyingTracker
110
var underlyingSourceGeneratedDocuments = await
UnderlyingTracker
.GetSourceGeneratedDocumentStatesAsync(
112
var newCompilation = await
UnderlyingTracker
.GetCompilationAsync(compilationState, cancellationToken).ConfigureAwait(false);
143
=>
UnderlyingTracker
.GetDependentVersionAsync(compilationState, cancellationToken);
146
=>
UnderlyingTracker
.GetDependentSemanticVersionAsync(compilationState, cancellationToken);
167
await
UnderlyingTracker
.GetDependentChecksumAsync(compilationState, cancellationToken).ConfigureAwait(false),
173
var newStates = await
UnderlyingTracker
.GetSourceGeneratedDocumentStatesAsync(
205
return
UnderlyingTracker
.HasSuccessfullyLoadedAsync(compilationState, cancellationToken);
222
return
UnderlyingTracker
.TryGetSourceGeneratedDocumentStateForAlreadyGeneratedId(documentId);
233
return
UnderlyingTracker
.GetSourceGeneratorDiagnosticsAsync(compilationState, cancellationToken);