2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
518
_loggingContext
= null;
835
_loggingContext
= new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
6 references to _loggingContext
Microsoft.Build (6)
BackEnd\Node\OutOfProcNode.cs (6)
506
if (
_loggingContext
!= null && _loggingService != null)
508
_loggingContext
.LogBuildFinished(true);
515
if (
_loggingContext
!= null && _loggingService != null)
517
_loggingContext
.LoggingService.OnLoggingThreadException -= OnLoggingThreadException;
606
_loggingContext
?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty,
843
_buildRequestEngine.InitializeForBuild(
_loggingContext
);