5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
577_headerStore = entries; 1471_headerStore = entries; 1491_headerStore = entries; 1502_headerStore = dictionary; 1554_headerStore = null;
15 references to _headerStore
System.Net.Http (15)
System\Net\Http\Headers\HttpHeaders.cs (15)
345Debug.Assert(_headerStore is not null); 362: ref CollectionsMarshal.GetValueRefOrNullRef((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key); 570if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 574if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1380object? store = _headerStore; 1396var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1418private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1424object? store = _headerStore; 1446object? store = _headerStore; 1483var entries = (HeaderEntry[])_headerStore!; 1500var entries = (HeaderEntry[])_headerStore!; 1513var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1527if (_headerStore is HeaderEntry[] entries) 1548if (_headerStore is HeaderEntry[] entries) 1563object? store = _headerStore;