2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
526_loggingContext = null; 849_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
6 references to _loggingContext
Microsoft.Build (6)
BackEnd\Node\OutOfProcNode.cs (6)
514if (_loggingContext != null && _loggingService != null) 516_loggingContext.LogBuildFinished(true); 523if (_loggingContext != null && _loggingService != null) 525_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 616_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 857_buildRequestEngine.InitializeForBuild(_loggingContext);