2 writes to Key
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
30Key = key; 43set => this.Key = (K)value!;
2 references to Key
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
42get => this.Key;
System\Runtime\Serialization\ReflectionReader.cs (1)
517return ((KeyValue<K, V>)o).Key;