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