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