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)
158if (_loggingContext?.BuildEventContext != null) 160buildArgs.BuildEventContext = _loggingContext.BuildEventContext; 163_loggingContext.LoggingService.LogBuildEvent(buildArgs);