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