3 overrides of IsOutOfProcRarNodeEnabled
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
944public override bool IsOutOfProcRarNodeEnabled => _taskHost._host.BuildParameters.EnableRarNode;
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeBuildEngine.cs (1)
31public override bool IsOutOfProcRarNodeEnabled => false;
Microsoft.Build.UnitTests.Shared (1)
MockEngine.cs (1)
238public 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)
123Assert.False(engineServices.IsOutOfProcRarNodeEnabled);