2 writes to Value
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
31Value = value; 49set => this.Value = (V)value!;
2 references to Value
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (1)
48get => this.Value;
System\Runtime\Serialization\ReflectionReader.cs (1)
522return ((KeyValue<K, V>)o).Value;