1 write to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (1)
CodeTaskFactory.cs (1)
200_compileForOutOfProcess = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
5 references to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (5)
CodeTaskFactory.cs (5)
765GenerateInMemory = !_compileForOutOfProcess, 838if (_compileForOutOfProcess) 872if (_compileForOutOfProcess) 918if (_compileForOutOfProcess) 936string cachedAssemblyPath = _compileForOutOfProcess ? _assemblyPath : string.Empty;