3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1146_projectLoggingContext = null; 1183_projectLoggingContext = new ProjectLoggingContext( 1405_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()); 883if (_projectLoggingContext != null) 887_projectLoggingContext.ProjectTelemetry.LogProjectTelemetry(_projectLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext); 889_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1216_projectLoggingContext.LogComment(MessageImportance.Low, 1222_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1245BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1268new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1407ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1408BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1422new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1486BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1487ILoggingService loggingService = _projectLoggingContext?.LoggingService;