5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
649_headerStore = entries; 1540_headerStore = entries; 1559_headerStore = entries; 1570_headerStore = dictionary; 1622_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); 642if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 646if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1449object? store = _headerStore; 1465var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1487private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1493object? store = _headerStore; 1515object? store = _headerStore; 1551var entries = (HeaderEntry[])_headerStore!; 1568var entries = (HeaderEntry[])_headerStore!; 1581var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1595if (_headerStore is HeaderEntry[] entries) 1616if (_headerStore is HeaderEntry[] entries) 1631object? store = _headerStore;