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