2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
209_nodeLoggingContext = loggingContext; 900_nodeLoggingContext = null;
11 references to _nodeLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (11)
205ErrorUtilities.VerifyThrow(_nodeLoggingContext == null, "nodeLoggingContext not null"); 796_nodeLoggingContext.LogInvalidProjectFileError(ex); 807_nodeLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 824LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 840(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 1117new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1124_nodeLoggingContext.BuildEventContext.NodeId); 1146_nodeLoggingContext, 1233new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1375(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1394new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),