1 write to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
80TypeArgs = typeArgs;
6 references to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
91if (ElementType != other.ElementType || Rank != other.Rank || CallConv != other.CallConv || TypeArgs.Length != other.TypeArgs.Length || !TypeHandle.Equals(other.TypeHandle)) 93for (int i = 0; i < TypeArgs.Length; i++) 95if (!TypeArgs[i].Equals(other.TypeArgs[i])) 106foreach (TypeHandle th in TypeArgs)