3 references to GetDeclaringType
System.Reflection.Metadata (3)
System\Reflection\Metadata\MetadataReader.WinMD.cs (2)
394
TypeDefinitionHandle parentTypeDef =
GetDeclaringType
(methodDef);
801
return
GetDeclaringType
((MethodDefinitionHandle)ctor);
System\Reflection\Metadata\TypeSystem\MethodDefinition.cs (1)
114
return _reader.
GetDeclaringType
(Handle);