1 write to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
94
TypeHandle
= typeHandle;
4 references to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\RuntimeTypeSystem_1.cs (4)
108
if (ElementType != other.ElementType || Rank != other.Rank || CallConv != other.CallConv || TypeArgs.Length != other.TypeArgs.Length || !ReferenceEquals(
TypeHandle
, other.
TypeHandle
))
122
int typeHandleHash =
TypeHandle
is null ? 0 : RuntimeHelpers.GetHashCode(
TypeHandle
);