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