internal static bool DeclaresTheObjectClass(this MetadataReader reader) { return(reader.DeclaresType(IsTheObjectClass)); }