1 override of IsSignatureType
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureType.cs (1)
19
public sealed override bool
IsSignatureType
=> true;
2 references to IsSignatureType
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
3608
if (instantiationElem.
IsSignatureType
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\TypeExtensions.net.cs (1)
12
public static bool IsSignatureType(this Type type) => type.
IsSignatureType
;