3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1110_projectLoggingContext = null; 1147_projectLoggingContext = new ProjectLoggingContext( 1365_projectLoggingContext = ctx;
21 references to _projectLoggingContext
Microsoft.Build (21)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (21)
306_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 789if (_projectLoggingContext != null) 791_projectLoggingContext.LogInvalidProjectFileError(ex); 804if (_projectLoggingContext is null) 810_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 823LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 839(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 879if (_projectLoggingContext != null) 883_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 885_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1180_projectLoggingContext.LogComment(MessageImportance.Low, 1186_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1215BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1235new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1367ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1368BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1382new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1476BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1477ILoggingService loggingService = _projectLoggingContext?.LoggingService;