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)
144if (_loggingContext?.BuildEventContext != null) 146buildArgs.BuildEventContext = _loggingContext.BuildEventContext; 149_loggingContext.LoggingService.LogBuildEvent(buildArgs);