2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
519_loggingContext = null; 840_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
6 references to _loggingContext
Microsoft.Build (6)
BackEnd\Node\OutOfProcNode.cs (6)
507if (_loggingContext != null && _loggingService != null) 509_loggingContext.LogBuildFinished(true); 516if (_loggingContext != null && _loggingService != null) 518_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 611_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 848_buildRequestEngine.InitializeForBuild(_loggingContext);