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