11 references to WithFrozenSourceGeneratedDocument
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Solution.cs (1)
1654/// Undoes the operation of <see cref="WithFrozenSourceGeneratedDocument"/>; any frozen source generated document is allowed
Workspace\TextExtensions.cs (2)
33return [solution.WithFrozenSourceGeneratedDocument(identityAndDateTime.identity, identityAndDateTime.generationDateTime, text)]; 68return solution.WithFrozenSourceGeneratedDocument(identityAndDateTime.identity, identityAndDateTime.generationDateTime, text);
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
SolutionTests\SolutionWithSourceGeneratorTests.cs (6)
885var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 932var frozenSolution = project.Solution.WithFrozenSourceGeneratedDocument( 1273var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1310var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1341var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1376var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument(
Roslyn.VisualStudio.Next.UnitTests (2)
Services\SolutionServiceTests.cs (2)
514var frozenSolution1 = solution.WithFrozenSourceGeneratedDocument(documentIdentity, DateTime.Now, frozenText1).Project.Solution; 523var frozenSolution2 = solution.WithFrozenSourceGeneratedDocument(documentIdentity, DateTime.Now, frozenText2).Project.Solution;