1 write to _innerCollection
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
51private NameValueCollection InnerCollection => _innerCollection ??= new NameValueCollection(ApproxHighAvgNumHeaders, StringComparer.OrdinalIgnoreCase);
9 references to _innerCollection
System.Net.WebHeaderCollection (9)
System\Net\WebHeaderCollection.cs (9)
266_innerCollection?.Clear(); 271if (_innerCollection == null) 275return _innerCollection.Get(index); 280if (_innerCollection == null) 284return _innerCollection.Get(name); 367if (_innerCollection != null) 370_innerCollection.Remove(name); 426return (_innerCollection == null ? 0 : _innerCollection.Count);