6 references to FunctionPointerSignature
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
3011
Debug.Assert(hType == HandleType.
FunctionPointerSignature
|| hType == HandleType.Null);
3012
_value = (value & 0x01FFFFFF) | (((int)HandleType.
FunctionPointerSignature
) << 25);
3045
if ((HandleType)((uint)_value >> 25) != HandleType.
FunctionPointerSignature
)
System\Reflection\ModifiedType.NativeAot.cs (1)
48
case HandleType.
FunctionPointerSignature
:
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
101
case HandleType.
FunctionPointerSignature
:
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
238
case HandleType.
FunctionPointerSignature
: