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