3 references to WithFrozenSourceGeneratedDocument
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Solution.cs (1)
1638
/// Undoes the operation of <see cref="
WithFrozenSourceGeneratedDocument
"/>; any frozen source generated document is allowed
Workspace\TextExtensions.cs (2)
34
return [solution.
WithFrozenSourceGeneratedDocument
(identityAndDateTime.identity, identityAndDateTime.generationDateTime, text)];
69
return solution.
WithFrozenSourceGeneratedDocument
(identityAndDateTime.identity, identityAndDateTime.generationDateTime, text);