1 write to MethodType
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DataObjectMethodAttribute.cs (1)
17
MethodType
= methodType;
5 references to MethodType
System.ComponentModel.TypeConverter (5)
System\ComponentModel\DataObjectMethodAttribute.cs (5)
32
return (obj is DataObjectMethodAttribute other) && (other.
MethodType
==
MethodType
) && (other.IsDefault == IsDefault);
35
public override int GetHashCode() => ((int)
MethodType
).GetHashCode() ^ IsDefault.GetHashCode();
44
return (obj is DataObjectMethodAttribute other) && (other.
MethodType
==
MethodType
);