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