2 references to IndexOf
System.Data.Common (2)
System\Data\Filter\BinaryNode.cs (2)
1582
return (0 <= table!.
IndexOf
(s1, substring));
1584
return (0 == table!.
IndexOf
(s1, substring));