4 references to WithFrozenSourceGeneratedDocuments
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\Solution.cs (2)
1637var newCompilationState = CompilationState.WithFrozenSourceGeneratedDocuments([(documentIdentity, generationDateTime, text, syntaxNode: null)]); 1648=> WithCompilationState(CompilationState.WithFrozenSourceGeneratedDocuments(documents.SelectAsArray(d => (d.documentIdentity, d.generationDateTime, (SourceText?)d.text, (SyntaxNode?)null))));
Workspace\Solution\SolutionCompilationState.cs (2)
861return state.WithFrozenSourceGeneratedDocuments(sourceGeneratedDocuments); 1340/// Undoes the operation of <see cref="WithFrozenSourceGeneratedDocuments"/>; any frozen source generated document is allowed