Implemented interface member:
property
HasElementType
System.Runtime.InteropServices._Type.HasElementType
29 references to HasElementType
mscorlib (16)
system\activator.cs (1)
203if (rt.HasElementType)
system\reflection\emit\aqnbuilder.cs (2)
134if (elementType.HasElementType) 155while (rootType.HasElementType)
system\reflection\emit\dynamicmethod.cs (1)
406if (rtOwner.HasElementType || rtOwner.ContainsGenericParameters
system\reflection\emit\enumbuilder.cs (1)
284return m_typeBuilder.HasElementType;
system\reflection\emit\signaturehelper.cs (2)
322if (t.HasElementType) 345if (t.HasElementType)
system\reflection\typedelegator.cs (1)
235return typeImpl.HasElementType;
system\rttype.cs (2)
1042if (!template.HasElementType) 2661if (HasElementType)
system\runtime\interopservices\attributes.cs (1)
910if (type.IsInterface || type.HasElementType || type.IsGenericParameter)
system\Runtime\InteropServices\ComEventsMethod.cs (1)
86pi.ParameterType.HasElementType &&
system\type.cs (3)
981if (HasElementType) 1193if (HasElementType) 1375while (rootElementType.HasElementType)
system\unityserializationholder.cs (1)
47while(type.HasElementType)
System.Activities (5)
Microsoft\VisualBasic\Activities\VisualBasicDesignerHelper.cs (1)
343if (type.HasElementType)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
1485if (type.HasElementType)
System\Activities\DynamicUpdate\ArgumentInfo.cs (3)
222Fx.Assert(type.HasElementType, "This type must have an element type."); 246Fx.Assert(type.HasElementType, "This type must have an element type."); 255Fx.Assert(type.HasElementType, "This type must have an element type.");
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1083protected override bool HasElementTypeImpl() { return _baseReflectionType.HasElementType; }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1083protected override bool HasElementTypeImpl() { return _baseReflectionType.HasElementType; }
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContract.cs (1)
2350if (t.HasElementType)
System.Web (1)
Compilation\DelayLoadType.cs (1)
149return Type.HasElementType;
System.Workflow.Activities (2)
Rules\CodeDomDecompiler.cs (1)
188if (type.HasElementType)
Rules\RuleValidation.cs (1)
3860Debug.Assert((!type.IsGenericType || type.IsGenericTypeDefinition) && !type.HasElementType,
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
753return this.runtimeType.HasElementType;
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
933while (elementType != null && elementType.HasElementType)