3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1120_projectLoggingContext = null; 1144_projectLoggingContext = new ProjectLoggingContext( 1276_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); 1170_projectLoggingContext.LogComment(MessageImportance.Low, 1176_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1208BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1226new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1278ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1279BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1293new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1387BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1388ILoggingService loggingService = _projectLoggingContext?.LoggingService;