3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1141_projectLoggingContext = null; 1178_projectLoggingContext = new ProjectLoggingContext( 1410_projectLoggingContext = ctx;
21 references to _projectLoggingContext
Microsoft.Build (21)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (21)
308_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 791if (_projectLoggingContext != null) 793_projectLoggingContext.LogInvalidProjectFileError(ex); 806if (_projectLoggingContext is null) 812_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 825LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 841(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 881if (_projectLoggingContext != null) 885_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 887_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1211_projectLoggingContext.LogComment(MessageImportance.Low, 1217_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1244BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1264new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1412ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1413BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1427new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1491BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1492ILoggingService loggingService = _projectLoggingContext?.LoggingService;