1 write to _loggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
34
_loggingContext
= loggingContext;
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (3)
158
if (
_loggingContext
?.BuildEventContext != null)
160
buildArgs.BuildEventContext =
_loggingContext
.BuildEventContext;
163
_loggingContext
.LoggingService.LogBuildEvent(buildArgs);