2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
208_nodeLoggingContext = loggingContext; 899_nodeLoggingContext = null;
11 references to _nodeLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (11)
204ErrorUtilities.VerifyThrow(_nodeLoggingContext == null, "nodeLoggingContext not null"); 795_nodeLoggingContext.LogInvalidProjectFileError(ex); 806_nodeLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 823LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 839(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 1119new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1126_nodeLoggingContext.BuildEventContext.NodeId); 1148_nodeLoggingContext, 1235new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1363(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1382new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),