5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
653_headerStore = entries; 1544_headerStore = entries; 1563_headerStore = entries; 1574_headerStore = dictionary; 1626_headerStore = null;
15 references to _headerStore
System.Net.Http (15)
System\Net\Http\Headers\HttpHeaders.cs (15)
394Debug.Assert(_headerStore is not null); 419: ref CollectionsMarshal.GetValueRefOrNullRef((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key); 646if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 650if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1453object? store = _headerStore; 1469var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1491private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1497object? store = _headerStore; 1519object? store = _headerStore; 1555var entries = (HeaderEntry[])_headerStore!; 1572var entries = (HeaderEntry[])_headerStore!; 1585var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1599if (_headerStore is HeaderEntry[] entries) 1620if (_headerStore is HeaderEntry[] entries) 1635object? store = _headerStore;