11 references to WithFrozenSourceGeneratedDocument
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\Solution.cs (1)
1655/// 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)
888var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 935var frozenSolution = project.Solution.WithFrozenSourceGeneratedDocument( 1276var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1313var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1344var frozenWithSingleDocument = project.Solution.WithFrozenSourceGeneratedDocument( 1379var 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;