2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
504_loggingContext = null; 824_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
5 references to _loggingContext
Microsoft.Build (5)
BackEnd\Node\OutOfProcNode.cs (5)
492if (_loggingContext != null && _loggingService != null) 494_loggingContext.LogBuildFinished(true); 501if (_loggingContext != null && _loggingService != null) 503_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 832_buildRequestEngine.InitializeForBuild(_loggingContext);