2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (2)
347
_loggingContext
= null;
487
_loggingContext
= new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Node\InProcNode.cs (3)
344
if (
_loggingContext
!= null)
346
_loggingContext
.LoggingService.OnLoggingThreadException -= OnLoggingThreadException;
501
_buildRequestEngine.InitializeForBuild(
_loggingContext
);