5 writes to _headerStore
System.Net.Http (5)
System\Net\Http\Headers\HttpHeaders.cs (5)
569_headerStore = entries; 1463_headerStore = entries; 1483_headerStore = entries; 1494_headerStore = dictionary; 1546_headerStore = null;
15 references to _headerStore
System.Net.Http (15)
System\Net\Http\Headers\HttpHeaders.cs (15)
337Debug.Assert(_headerStore is not null); 354: ref CollectionsMarshal.GetValueRefOrNullRef((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key); 562if (_count == 0 && sourceHeaders._headerStore is HeaderEntry[] sourceEntries) 566if (_headerStore is not HeaderEntry[] entries || entries.Length < _count) 1372object? store = _headerStore; 1388var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1410private bool EntriesAreLiveView => _headerStore is HeaderEntry[]; 1416object? store = _headerStore; 1438object? store = _headerStore; 1475var entries = (HeaderEntry[])_headerStore!; 1492var entries = (HeaderEntry[])_headerStore!; 1505var dictionary = (Dictionary<HeaderDescriptor, object>)_headerStore!; 1519if (_headerStore is HeaderEntry[] entries) 1540if (_headerStore is HeaderEntry[] entries) 1555object? store = _headerStore;