2 overrides of IsOutOfProcRarNodeEnabled
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
944
public override bool
IsOutOfProcRarNodeEnabled
=> _taskHost._host.BuildParameters.EnableRarNode;
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeBuildEngine.cs (1)
79
public override bool
IsOutOfProcRarNodeEnabled
=> false;
1 reference to IsOutOfProcRarNodeEnabled
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
3411
&& buildEngine10.EngineServices.
IsOutOfProcRarNodeEnabled
)