4 references to ShouldCompileForOutOfProcess
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1017bool shouldRunOutOfProc = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryEngineContext)
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (1)
200_compileForOutOfProcess = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
169_compileForOutOfProcess = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
XamlTaskFactory\XamlTaskFactory.cs (1)
133_compileForOutOfProcess = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);