3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1108_projectLoggingContext = null; 1145_projectLoggingContext = new ProjectLoggingContext( 1363_projectLoggingContext = ctx;
18 references to _projectLoggingContext
Microsoft.Build (18)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (18)
306_projectLoggingContext.LogError(new BuildEventFileInfo(String.Empty), "FailedToReceiveTaskThreadStatus", BuildParameters.RequestBuilderShutdownTimeout); 789if (_projectLoggingContext != null) 791_projectLoggingContext.LogInvalidProjectFileError(ex); 804if (_projectLoggingContext is null) 810_projectLoggingContext.LogWarning("SolutionParseUnknownProjectType", ex.Message); 823LoggingContext loggingContext = ((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext; 839(((LoggingContext)_projectLoggingContext) ?? _nodeLoggingContext).LogError(BuildEventFileInfo.Empty, "UnhandledMSBuildError", ex.ToString()); 879if (_projectLoggingContext != null) 883_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), 1365ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1366BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1380new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1474BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1475ILoggingService loggingService = _projectLoggingContext?.LoggingService;