1 reference to NameValueCollection
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
53
private NameValueCollection InnerCollection => _innerCollection ??= new
NameValueCollection
(ApproxHighAvgNumHeaders, StringComparer.OrdinalIgnoreCase);