1 write to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlTaskFactory.cs (1)
133
_compileForOutOfProcess
= TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
2 references to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\XamlTaskFactory.cs (2)
136
if (
_compileForOutOfProcess
)
151
GenerateInMemory = !
_compileForOutOfProcess
,