10 references to GetRootElementType
mscorlib (10)
system\reflection\ConstructorInfo.cs (1)
557else if (declaringType.GetRootElementType() == typeof(ArgIterator))
system\rttype.cs (7)
1685if (!m_runtimeType.GetRootElementType().IsGenericTypeDefinition && m_runtimeType.ContainsGenericParameters) 1714type = type.GetRootElementType(); 4187return GetRootElementType().GetTypeHandleInternal().GetInstantiationInternal(); 4192Type[] types = GetRootElementType().GetTypeHandleInternal().GetInstantiationPublic(); 4297get { return GetRootElementType().GetTypeHandleInternal().ContainsGenericVariables(); } 5094Type elementType = GetRootElementType(); 5169Type elementType = this.GetRootElementType();
system\type.cs (1)
1194return GetRootElementType().ContainsGenericParameters;
system\unityserializationholder.cs (1)
102if (type.GetRootElementType().IsGenericParameter)