3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1107_projectLoggingContext = null; 1129_projectLoggingContext = new ProjectLoggingContext( 1347_projectLoggingContext = ctx;
18 references to _projectLoggingContext
Microsoft.Build (18)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (18)
305_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 788if (_projectLoggingContext != null) 790_projectLoggingContext.LogInvalidProjectFileError(ex); 803if (_projectLoggingContext is null) 809_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 822LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 838(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 878if (_projectLoggingContext != null) 882_projectLoggingContext.LogProjectFinished(result.OverallResult == BuildResultCode.Success); 1162_projectLoggingContext.LogComment(MessageImportance.Low, 1168_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1197BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1217new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1349ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1350BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1364new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1458BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1459ILoggingService loggingService = _projectLoggingContext?.LoggingService;