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