1 write to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
169
_compileForOutOfProcess
= TaskFactoryUtilities.ShouldCompileForOutOfProcess(taskFactoryLoggingHost);
4 references to _compileForOutOfProcess
Microsoft.Build.Tasks.Core (4)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (4)
606
if (
_compileForOutOfProcess
)
696
if (
_compileForOutOfProcess
)
795
string cachedAssemblyPath =
_compileForOutOfProcess
? _assemblyPath : string.Empty;
812
if (!
_compileForOutOfProcess
&& !string.IsNullOrEmpty(_assemblyPath) && FileSystems.Default.FileExists(_assemblyPath))