3 instantiations of ReplaceAllSyntaxTreesAction
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionState.cs (3)
709
return ForkProject(newProject, new CompilationAndGeneratorDriverTranslationAction.
ReplaceAllSyntaxTreesAction
(newProject, isParseOptionChange: false));
783
return ForkProject(newProject, new CompilationAndGeneratorDriverTranslationAction.
ReplaceAllSyntaxTreesAction
(newProject, isParseOptionChange: true));
929
return 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