4 references to IsInProcNode
Microsoft.Build (2)
BackEnd\Components\Logging\NodeLoggingContext.cs (2)
30if (!IsInProcNode) 53if (!IsInProcNode)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\LoggingContext_Tests.cs (2)
32context.IsInProcNode.ShouldBeTrue(); 41context2.IsInProcNode.ShouldBeFalse();