10 overrides of HasElementTypeImpl
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
535protected override bool HasElementTypeImpl()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
228protected override bool HasElementTypeImpl() { return false; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
196protected override bool HasElementTypeImpl() => _unmodifiedType.HasElementType;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
26protected abstract override bool HasElementTypeImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
164protected override bool HasElementTypeImpl() => typeImpl.HasElementType;
System\RuntimeType.NativeAot.cs (1)
305protected override unsafe bool HasElementTypeImpl()
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
191protected override bool HasElementTypeImpl() { Debug.Assert(false); throw NotImplemented.ByDesign; }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
411protected override bool HasElementTypeImpl()
System.Reflection.Emit (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
535protected override bool HasElementTypeImpl()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
39protected abstract override bool HasElementTypeImpl();
1 reference to HasElementTypeImpl
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
71public bool HasElementType => HasElementTypeImpl();