1 write to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
79TypeArgs = typeArgs;
6 references to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
88if (ElementType != other.ElementType || Rank != other.Rank || TypeArgs.Length != other.TypeArgs.Length) 90for (int i = 0; i < TypeArgs.Length; i++) 92if (!TypeArgs[i].Equals(other.TypeArgs[i])) 103foreach (TypeHandle th in TypeArgs)