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)
506if (_loggingContext != null && _loggingService != null) 508_loggingContext.LogBuildFinished(true); 515if (_loggingContext != null && _loggingService != null) 517_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 606_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 843_buildRequestEngine.InitializeForBuild(_loggingContext);