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