2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
210_nodeLoggingContext = loggingContext; 903_nodeLoggingContext = null;
12 references to _nodeLoggingContext
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
206ErrorUtilities.VerifyThrow(_nodeLoggingContext == null, "nodeLoggingContext not null"); 797_nodeLoggingContext.LogInvalidProjectFileError(ex); 808_nodeLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 825LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 841(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 1155new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1162_nodeLoggingContext.BuildEventContext.NodeId); 1184_nodeLoggingContext, 1272new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1308ITelemetryCollector telemetryCollector = _nodeLoggingContext?.TelemetryCollector; 1407(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1426new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),