2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
507
_loggingContext
= null;
828
_loggingContext
= new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
6 references to _loggingContext
Microsoft.Build (6)
BackEnd\Node\OutOfProcNode.cs (6)
495
if (
_loggingContext
!= null && _loggingService != null)
497
_loggingContext
.LogBuildFinished(true);
504
if (
_loggingContext
!= null && _loggingService != null)
506
_loggingContext
.LoggingService.OnLoggingThreadException -= OnLoggingThreadException;
596
_loggingService.LogError(
_loggingContext
?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty,
836
_buildRequestEngine.InitializeForBuild(
_loggingContext
);