7 references to QualifiedMethod
System.Private.CoreLib (6)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
4558
Debug.Assert(hType == HandleType.
QualifiedMethod
|| hType == HandleType.Null);
4559
_value = (value & 0x01FFFFFF) | (((int)HandleType.
QualifiedMethod
) << 25);
4592
if ((HandleType)((uint)_value >> 25) != HandleType.
QualifiedMethod
)
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (2)
58
if (constructorHandleType == HandleType.
QualifiedMethod
)
107
case HandleType.
QualifiedMethod
:
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
463
if (constructorHandleType == HandleType.
QualifiedMethod
)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
487
case HandleType.
QualifiedMethod
: