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