2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
210_nodeLoggingContext = loggingContext; 915_nodeLoggingContext = null;
12 references to _nodeLoggingContext
Microsoft.Build (12)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (12)
206Assumed.Null(_nodeLoggingContext, "nodeLoggingContext not null"); 804_nodeLoggingContext.LogInvalidProjectFileError(ex); 815_nodeLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 832LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 848(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 1167new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1174_nodeLoggingContext.BuildEventContext.NodeId); 1196_nodeLoggingContext, 1282new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1319ITelemetryCollector telemetryCollector = _nodeLoggingContext?.TelemetryCollector; 1418(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1437new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),