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;
4 references to IsSignatureType
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
3640
if (instantiationElem.
IsSignatureType
)
System.Reflection.Emit (2)
System\Reflection\Emit\SignatureHelper.cs (2)
262
if (returnTypeToWrite.
IsSignatureType
)
277
if (paramTypeToWrite.
IsSignatureType
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\TypeExtensions.net.cs (1)
12
public static bool IsSignatureType(this Type type) => type.
IsSignatureType
;