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