1 implementation of IInitializer
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
241internal sealed class Initializer : IInitializer
2 references to IInitializer
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (2)
23private readonly IInitializer? _initializer; 46public HttpsConfigurationService(IInitializer initializer)