4 references to WithFrozenSourceGeneratedDocumentsCompilationTracker
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (4)
78
return new
WithFrozenSourceGeneratedDocumentsCompilationTracker
(underlyingTracker, _replacementDocumentStates);
86
: new
WithFrozenSourceGeneratedDocumentsCompilationTracker
(underlyingTracker, _replacementDocumentStates);
94
: new
WithFrozenSourceGeneratedDocumentsCompilationTracker
(underlyingTracker, _replacementDocumentStates);
106
return new
WithFrozenSourceGeneratedDocumentsCompilationTracker
(this.UnderlyingTracker, replacementDocumentStates);