3 writes to Value
System.Runtime.Serialization (3)
System\Runtime\Serialization\DataContract.cs (2)
509typeHandleRef.Value = typeHandle; 1083typeHandleRef.Value = GetDataContractAdapterTypeHandle(type.TypeHandle);
System\Runtime\Serialization\Json\JsonDataContract.cs (1)
202typeHandleRef.Value = typeHandle;
6 references to Value
System.Runtime.Serialization (6)
System\Runtime\Serialization\DataContract.cs (6)
2670return ((TypeHandleRef)x).Value.Equals(((TypeHandleRef)y).Value); 2675return ((TypeHandleRef)obj).Value.GetHashCode(); 2683return x.Value.Equals(y.Value); 2688return obj.Value.GetHashCode();