2 references to KeyValue
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1606
public KeyValue<object, object?> Current => new
KeyValue
<object, object?>(_enumerator.Key, _enumerator.Value);
1640
return new
KeyValue
<K, V>(current.Key, current.Value);