2 writes to _nodeLoggingContext
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (2)
207_nodeLoggingContext = loggingContext; 896_nodeLoggingContext = null;
11 references to _nodeLoggingContext
Microsoft.Build (11)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (11)
203ErrorUtilities.VerifyThrow(_nodeLoggingContext == null, "nodeLoggingContext not null"); 794_nodeLoggingContext.LogInvalidProjectFileError(ex); 805_nodeLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 822LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 838(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 1131new CheckLoggingContext(_nodeLoggingContext.LoggingService, _requestEntry.Request.BuildEventContext), 1138_nodeLoggingContext.BuildEventContext.NodeId); 1145_nodeLoggingContext, 1226new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1274(ProjectStartedEventArgs args, ProjectLoggingContext ctx) = _nodeLoggingContext.CreateProjectLoggingContext(_requestEntry); 1293new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext),