1 write to _loggingContext
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
36
_loggingContext
= loggingContext;
3 references to _loggingContext
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (3)
166
if (
_loggingContext
?.BuildEventContext != null)
168
buildArgs.BuildEventContext =
_loggingContext
.BuildEventContext;
171
_loggingContext
.LoggingService.LogBuildEvent(buildArgs);