1 write to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
180_compileForOutOfProcess = TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
4 references to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (4)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (4)
626if (_compileForOutOfProcess) 716if (_compileForOutOfProcess) 815string cachedAssemblyPath = _compileForOutOfProcess ? _assemblyPath : string.Empty; 832if (!_compileForOutOfProcess && !string.IsNullOrEmpty(_assemblyPath) && FileSystems.Default.FileExists(_assemblyPath))