1 instantiation of EndpointDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\ConfigurationReader.cs (1)
60return new EndpointDefaults
5 references to EndpointDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\ConfigurationReader.cs (3)
27private EndpointDefaults? _endpointDefaults; 36public EndpointDefaults EndpointDefaults => _endpointDefaults ??= ReadEndpointDefaults(); 57private EndpointDefaults ReadEndpointDefaults()
KestrelConfigurationLoader.cs (2)
241var defaults = ConfigurationReader.EndpointDefaults; 253var defaults = ConfigurationReader.EndpointDefaults;