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