4 references to DataObjectMethodAttribute
netstandard (1)
netstandard.cs (1)
213[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodAttribute))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
199[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.DataObjectMethodAttribute))]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\DataObjectMethodAttribute.cs (2)
32return (obj is DataObjectMethodAttribute other) && (other.MethodType == MethodType) && (other.IsDefault == IsDefault); 44return (obj is DataObjectMethodAttribute other) && (other.MethodType == MethodType);