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)
495if (_loggingContext != null && _loggingService != null) 497_loggingContext.LogBuildFinished(true); 504if (_loggingContext != null && _loggingService != null) 506_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 596_loggingService.LogError(_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 836_buildRequestEngine.InitializeForBuild(_loggingContext);