2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (2)
347_loggingContext = null; 487_loggingContext = new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Node\InProcNode.cs (3)
344if (_loggingContext != null) 346_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 501_buildRequestEngine.InitializeForBuild(_loggingContext);