1 instantiation of TlsConfigurationLoader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
69
_tlsConfigurationLoader = new
TlsConfigurationLoader
(hostEnvironment, serverLogger, httpsLogger);
1 reference to TlsConfigurationLoader
Microsoft.AspNetCore.Server.Kestrel.Core (1)
HttpsConfigurationService.cs (1)
26
private
TlsConfigurationLoader
? _tlsConfigurationLoader;