13 overrides of HasElementTypeImpl
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
533
protected override bool
HasElementTypeImpl
()
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
229
protected override bool
HasElementTypeImpl
() { return false; }
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
193
protected override bool
HasElementTypeImpl
() => _unmodifiedType.HasElementType;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
23
protected abstract override bool
HasElementTypeImpl
();
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
161
protected override bool
HasElementTypeImpl
() => typeImpl.HasElementType;
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
185
protected override bool
HasElementTypeImpl
() => RuntimeTypeHandle.HasElementType(this);
src\System\Reflection\Emit\RuntimeEnumBuilder.cs (1)
251
protected override bool
HasElementTypeImpl
()
src\System\Reflection\Emit\RuntimeGenericTypeParameterBuilder.cs (1)
174
protected override bool
HasElementTypeImpl
() { return false; }
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
926
protected override bool
HasElementTypeImpl
()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
411
protected override bool
HasElementTypeImpl
()
System.Reflection.Emit (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
533
protected override bool
HasElementTypeImpl
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
39
protected abstract override bool
HasElementTypeImpl
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
930
protected override bool
HasElementTypeImpl
() => throw new NotImplementedException();
1 reference to HasElementTypeImpl
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
71
public bool HasElementType =>
HasElementTypeImpl
();