4 references to ArrayOfTClass
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1229Debug.Assert(_type.IsTypeDefinition || !_type.HasSameTypeDefinition(context.ArrayOfTClass), "Asking for Array<T> MethodTable");
Compiler\DependencyAnalysis\GenericTypesTemplateMap.cs (1)
89if (type.HasSameTypeDefinition(factory.ArrayOfTClass))
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
733if (owningType.IsSzArray || owningType.HasSameTypeDefinition(factory.ArrayOfTClass) || owningType.IsValueType || owningType.IsSealed())
Compiler\DependencyAnalysis\TentativeInstanceMethodNode.cs (1)
44if (owningType.HasSameTypeDefinition(factory.ArrayOfTClass))