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