3 references to CurrentRuntime
Microsoft.Build.Engine.UnitTests (3)
TaskHostFactoryLifecycle_E2E_Tests.cs (3)
54
[InlineData(
CurrentRuntime
, AssemblyTaskFactory)] // Match + No Explicit → in-proc
55
[InlineData(
CurrentRuntime
, TaskHostFactory)] // Match + Explicit → short-lived out-of-proc
79
(AssemblyTaskFactory,
CurrentRuntime
) => null,