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