5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
632_headerStore = entries; 1523_headerStore = entries; 1543_headerStore = entries; 1554_headerStore = dictionary; 1606_headerStore = null;
15 references to _headerStore
System.Net.Http (15)
System\Net\Http\Headers\HttpHeaders.cs (15)
392Debug.Assert(_headerStore is not null); 417: ref CollectionsMarshal.GetValueRefOrNullRef((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key); 625if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 629if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1432object? store = _headerStore; 1448var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1470private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1476object? store = _headerStore; 1498object? store = _headerStore; 1535var entries = (HeaderEntry[])_headerStore!; 1552var entries = (HeaderEntry[])_headerStore!; 1565var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1579if (_headerStore is HeaderEntry[] entries) 1600if (_headerStore is HeaderEntry[] entries) 1615object? store = _headerStore;