4 references to EnclosingType
System.Private.CoreLib (3)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.cs (1)
79TypeDefinitionHandle declaringTypeHandle = entrypointMethod.EnclosingType;
System\Reflection\Runtime\CustomAttributes\NativeFormat\NativeFormatCustomAttributeData.cs (1)
61TypeDefinitionHandle declaringType = qualifiedMethod.EnclosingType;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
464return customAttribute.Constructor.ToQualifiedMethodHandle(reader).GetQualifiedMethod(reader).EnclosingType;
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
489return GetTypeContext(metadataReader, qualifiedMethod.EnclosingType);