3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1108_projectLoggingContext = null; 1145_projectLoggingContext = new ProjectLoggingContext( 1377_projectLoggingContext = ctx;
21 references to _projectLoggingContext
Microsoft.Build (21)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (21)
307_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 790if (_projectLoggingContext != null) 792_projectLoggingContext.LogInvalidProjectFileError(ex); 805if (_projectLoggingContext is null) 811_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 824LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 840(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 880if (_projectLoggingContext != null) 884_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 886_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1178_projectLoggingContext.LogComment(MessageImportance.Low, 1184_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1213BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1233new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1379ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1380BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1394new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1458BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1459ILoggingService loggingService = _projectLoggingContext?.LoggingService;