1 write to _nodeLoggingContext
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
209
_nodeLoggingContext
= loggingContext;
9 references to _nodeLoggingContext
Microsoft.Build (9)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (9)
214
_nodeLoggingContext
.TelemetryCollector = telemetryProvider.CreateCollector();
239
ErrorUtilities.VerifyThrow(
_nodeLoggingContext
!= null, "Node logging context not set.");
309
buildCheckManager.FinalizeProcessing(
_nodeLoggingContext
);
311
_nodeLoggingContext
.TelemetryCollector?.FinalizeProcessing(
_nodeLoggingContext
);
946
_nodeLoggingContext
.LogFatalBuildError(
972
entry.Builder.BuildRequest(
_nodeLoggingContext
, entry);
1272
_nodeLoggingContext
.LogRequestHandledFromCache(newRequest, _configCache[newRequest.ConfigurationId], response.Results);
1589
_nodeLoggingContext
?.LogCommentFromText(MessageImportance.Low, $"Failed to write to engine trace file: {e}");