2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (2)
357_loggingContext = null; 497_loggingContext = new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Node\InProcNode.cs (3)
354if (_loggingContext != null) 356_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 511_buildRequestEngine.InitializeForBuild(_loggingContext);