3 writes to _projectLoggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (3)
1121_projectLoggingContext = null; 1145_projectLoggingContext = new ProjectLoggingContext( 1359_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); 1171_projectLoggingContext.LogComment(MessageImportance.Low, 1177_requestEntry.Request.BuildEventContext = _projectLoggingContext.BuildEventContext; 1209BuildResult result = await _targetBuilder.BuildTargets(_projectLoggingContext, _requestEntry, this, 1229new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext.BuildEventContext), 1361ILoggingService loggingService = _projectLoggingContext?.LoggingService; 1362BuildEventContext projectBuildEventContext = _projectLoggingContext?.BuildEventContext; 1376new CheckLoggingContext(_nodeLoggingContext.LoggingService, _projectLoggingContext!.BuildEventContext), 1470BuildEventContext buildEventContext = _projectLoggingContext?.BuildEventContext; 1471ILoggingService loggingService = _projectLoggingContext?.LoggingService;