1 write to _innerCollection
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
53private NameValueCollection InnerCollection => _innerCollection ??= new NameValueCollection(ApproxHighAvgNumHeaders, StringComparer.OrdinalIgnoreCase);
9 references to _innerCollection
System.Net.WebHeaderCollection (9)
System\Net\WebHeaderCollection.cs (9)
268_innerCollection?.Clear(); 273if (_innerCollection == null) 277return _innerCollection.Get(index); 282if (_innerCollection == null) 286return _innerCollection.Get(name); 369if (_innerCollection != null) 372_innerCollection.Remove(name); 428return (_innerCollection == null ? 0 : _innerCollection.Count);