2 writes to _loggingContext
Microsoft.Build (2)
BackEnd\Node\OutOfProcNode.cs (2)
527_loggingContext = null; 854_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);
6 references to _loggingContext
Microsoft.Build (6)
BackEnd\Node\OutOfProcNode.cs (6)
515if (_loggingContext != null && _loggingService != null) 517_loggingContext.LogBuildFinished(true); 524if (_loggingContext != null && _loggingService != null) 526_loggingContext.LoggingService.OnLoggingThreadException -= OnLoggingThreadException; 617_loggingContext?.BuildEventContext ?? BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, 862_buildRequestEngine.InitializeForBuild(_loggingContext);