2 writes to Value
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
644
s_typeHandleRef.
Value
= typeHandle;
1091
s_typeHandleRef.
Value
= GetDataContractAdapterTypeHandle(type.TypeHandle);
3 references to Value
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (3)
2553
return x.
Value
.Equals(y.
Value
);
2558
return obj.
Value
.GetHashCode();