5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
570_headerStore = entries; 1464_headerStore = entries; 1484_headerStore = entries; 1495_headerStore = dictionary; 1547_headerStore = null;
14 references to _headerStore
System.Net.Http (14)
System\Net\Http\Headers\HttpHeaders.cs (14)
354: ref CollectionsMarshal.GetValueRefOrNullRef((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key); 563if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 567if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1373object? store = _headerStore; 1389var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1411private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1417object? store = _headerStore; 1439object? store = _headerStore; 1476var entries = (HeaderEntry[])_headerStore!; 1493var entries = (HeaderEntry[])_headerStore!; 1506var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1520if (_headerStore is HeaderEntry[] entries) 1541if (_headerStore is HeaderEntry[] entries) 1556object? store = _headerStore;