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