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