2 references to ProtocolSlot
System.Net.Http (2)
System\Net\Http\Headers\HttpRequestHeaders.cs (2)
167get => _specialCollectionsSlots is null ? null : (string?)_specialCollectionsSlots[ProtocolSlot]; 172_specialCollectionsSlots[ProtocolSlot] = value;