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)
34
return (T)(
_specialCollectionsSlots
[slot] ??= creationFunc(this)!);
167
get =>
_specialCollectionsSlots
is null ? null : (string?)
_specialCollectionsSlots
[ProtocolSlot];
172
_specialCollectionsSlots
[ProtocolSlot] = value;