4 references to IsInProcNode
Microsoft.Build (2)
BackEnd\Components\Logging\NodeLoggingContext.cs (2)
29if (!IsInProcNode) 46if (!IsInProcNode)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\LoggingContext_Tests.cs (2)
34context.IsInProcNode.ShouldBeTrue(); 43context2.IsInProcNode.ShouldBeFalse();