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)
136if (_compileForOutOfProcess) 151GenerateInMemory = !_compileForOutOfProcess,