3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1147_projectLoggingContext = null; 1184_projectLoggingContext = new ProjectLoggingContext( 1408_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); 792if (_projectLoggingContext != null) 794_projectLoggingContext.LogInvalidProjectFileError(ex); 807if (_projectLoggingContext is null) 813_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 826LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 842(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 884if (_projectLoggingContext != null) 888_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 890_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1217_projectLoggingContext.LogComment(MessageImportance.Low, 1223_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1248BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1271new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1410ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1411BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1425new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1489BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1490ILoggingService loggingService = _projectLoggingContext?.LoggingService;