3 instantiations of ReplaceAllSyntaxTreesAction
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionState.cs (3)
709return ForkProject(newProject, new CompilationAndGeneratorDriverTranslationAction.ReplaceAllSyntaxTreesAction(newProject, isParseOptionChange: false)); 783return ForkProject(newProject, new CompilationAndGeneratorDriverTranslationAction.ReplaceAllSyntaxTreesAction(newProject, isParseOptionChange: true)); 929return ForkProject(newProject, new CompilationAndGeneratorDriverTranslationAction.ReplaceAllSyntaxTreesAction(newProject, isParseOptionChange: false));
1 reference to ReplaceAllSyntaxTreesAction
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationAndGeneratorDriverTranslationAction.cs (1)
30/// (like <see cref="ReplaceAllSyntaxTreesAction"/>) will unilaterally remove all trees, and would have unexpected