11 overrides of IsValueTypeImpl
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
518
protected override bool
IsValueTypeImpl
()
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (1)
236
protected override bool
IsValueTypeImpl
() { return _genericType.IsValueType; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (1)
181
protected override bool
IsValueTypeImpl
() => _unmodifiedType.IsValueType;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
205
protected abstract override bool
IsValueTypeImpl
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
152
protected override bool
IsValueTypeImpl
() => typeImpl.IsValueType;
System\RuntimeType.NativeAot.cs (1)
240
protected override bool
IsValueTypeImpl
()
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
121
protected override bool
IsValueTypeImpl
()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
293
protected override bool
IsValueTypeImpl
()
System.Reflection.Emit (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
518
protected override bool
IsValueTypeImpl
()
System\Reflection\Emit\TypeBuilderImpl.cs (1)
639
protected override bool
IsValueTypeImpl
() => IsSubclassOf(_module.GetTypeFromCoreAssembly(CoreTypeId.ValueType));
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
266
protected override bool
IsValueTypeImpl
() => (GetBaseTypeClassification() & BaseTypeClassification.IsValueType) != 0;
1 reference to IsValueTypeImpl
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
138
get =>
IsValueTypeImpl
();