1 write to _loggingService
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckContext\CheckLoggingContextFactory.cs (1)
13
public CheckLoggingContextFactory(ILoggingService loggingService) =>
_loggingService
= loggingService;
1 reference to _loggingService
Microsoft.Build (1)
BuildCheck\Infrastructure\CheckContext\CheckLoggingContextFactory.cs (1)
16
=> new CheckLoggingContext(
_loggingService
, eventContext);