3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1157_projectLoggingContext = null; 1331_projectLoggingContext = new ProjectLoggingContext( 1441_projectLoggingContext = ctx;
22 references to _projectLoggingContext
Microsoft.Build (22)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (22)
308_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 798if (_projectLoggingContext != null) 800_projectLoggingContext.LogInvalidProjectFileError(ex); 813if (_projectLoggingContext is null) 819_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 832LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 848(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 895if (_projectLoggingContext != null) 899_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 901_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1227_projectLoggingContext.LogComment(MessageImportance.Low, 1233_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1256BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1278if (buildCheckManager is not null && _projectLoggingContext is not null) 1281new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1443ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1444BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1458new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1522BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1523ILoggingService loggingService = _projectLoggingContext?.LoggingService;