2 references to IndexOf
System.Data (2)
fx\src\data\System\Data\Filter\BinaryNode.cs (2)
1272
return(0 <= table.
IndexOf
(s1, substring));
1274
return(0 == table.
IndexOf
(s1, substring));