3 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)
31
public override bool
IsOutOfProcRarNodeEnabled
=> false;
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
238
public override bool
IsOutOfProcRarNodeEnabled
=> SetIsOutOfProcRarNodeEnabled;
2 references to IsOutOfProcRarNodeEnabled
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
3266
&& buildEngine10.EngineServices.
IsOutOfProcRarNodeEnabled
)
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
123
Assert.False(engineServices.
IsOutOfProcRarNodeEnabled
);