2 overrides of Match
System.ComponentModel.TypeConverter (2)
System\ComponentModel\DataObjectMethodAttribute.cs (1)
37public override bool Match([NotNullWhen(true)] object? obj)
System\ComponentModel\ToolboxItemFilterAttribute.cs (1)
101public override bool Match([NotNullWhen(true)] object? obj)
3 references to Match
System.ComponentModel.TypeConverter (2)
System\ComponentModel\AttributeCollection.cs (1)
301if (Attributes[i].Match(attribute))
System\ComponentModel\TypeDescriptor.cs (1)
2741return !attribute.Match(memberAttribute);
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
565if ((attr == null && !attribute.IsDefaultAttribute()) || attr?.Match(attribute) == false)