1 write to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
77
TypeHandle
= typeHandle;
3 references to TypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (3)
91
if (ElementType != other.ElementType || Rank != other.Rank || CallConv != other.CallConv || TypeArgs.Length != other.TypeArgs.Length || !
TypeHandle
.Equals(other.
TypeHandle
))
105
int hash = HashCode.Combine(
TypeHandle
.GetHashCode(), (int)ElementType, Rank, (int)CallConv);