2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
210_nodeLoggingContext = loggingContext; 901_nodeLoggingContext = null;
11 references to _nodeLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (11)
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()); 1150new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1157_nodeLoggingContext.BuildEventContext.NodeId); 1179_nodeLoggingContext, 1264new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1408(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1427new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),