5 writes to AllowOutOfProcNode
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\Node\RarNodeExecuteRequest.cs (1)
77rar.AllowOutOfProcNode = false;
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\Node\OutOfProcRarNode_Tests.cs (3)
36AllowOutOfProcNode = true, 75AllowOutOfProcNode = taskInputFlag, 101AllowOutOfProcNode = true,
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
113AllowOutOfProcNode = true,
2 references to AllowOutOfProcNode
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
3264if (AllowOutOfProcNode
Microsoft.Build.Tasks.UnitTests (1)
AssemblyDependency\Node\RarNodeExecuteRequest_Tests.cs (1)
122Assert.False(nodeRar.AllowOutOfProcNode);