1 write to _loggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
31
_loggingContext
= loggingContext;
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (3)
144
if (
_loggingContext
?.BuildEventContext != null)
146
buildArgs.BuildEventContext =
_loggingContext
.BuildEventContext;
149
_loggingContext
.LoggingService.LogBuildEvent(buildArgs);