3 references to 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));