4 overrides of GetTypeCodeImpl
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
105
protected sealed override TypeCode
GetTypeCodeImpl
() => throw new NotSupportedException(SR.NotSupported_SignatureType);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (1)
172
protected override TypeCode
GetTypeCodeImpl
()
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingType.cs (1)
245
protected override TypeCode
GetTypeCodeImpl
()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoType.cs (1)
284
protected abstract override TypeCode
GetTypeCodeImpl
();
3 references to GetTypeCodeImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
501
return type?.
GetTypeCodeImpl
() ?? TypeCode.Empty;
src\libraries\System.Private.CoreLib\src\System\Type.Enum.cs (2)
54
if (underlyingType.
GetTypeCodeImpl
() != valueType.
GetTypeCodeImpl
())