1 write to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
97TypeArgs = typeArgs;
6 references to TypeArgs
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\RuntimeTypeSystem_1.cs (6)
108if (ElementType != other.ElementType || Rank != other.Rank || CallConv != other.CallConv || TypeArgs.Length != other.TypeArgs.Length || !ReferenceEquals(TypeHandle, other.TypeHandle)) 110for (int i = 0; i < TypeArgs.Length; i++) 112if (!ReferenceEquals(TypeArgs[i], other.TypeArgs[i])) 124foreach (ITypeHandle? th in TypeArgs)