2 references to ShouldCompileForOutOfProcess
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1017
bool shouldRunOutOfProc = TaskFactoryUtilities.
ShouldCompileForOutOfProcess
(taskFactoryEngineContext)
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
180
_compileForOutOfProcess = TaskFactoryUtilities.
ShouldCompileForOutOfProcess
(taskFactoryLoggingHost);