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