2 writes to _specialCollectionsSlots
System.Net.Http (2)
System\Net\Http\Headers\HttpRequestHeaders.cs (2)
33_specialCollectionsSlots ??= new object[NumCollectionsSlots]; 171_specialCollectionsSlots ??= new object[NumCollectionsSlots];
4 references to _specialCollectionsSlots
System.Net.Http (4)
System\Net\Http\Headers\HttpRequestHeaders.cs (4)
34return (T)(_specialCollectionsSlots[slot] ??= creationFunc(this)!); 167get => _specialCollectionsSlots is null ? null : (string?)_specialCollectionsSlots[ProtocolSlot]; 172_specialCollectionsSlots[ProtocolSlot] = value;