2 references to IndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (2)
66
return
IndexOf
(value, comparisonType) >= 0;
348
return
IndexOf
(value, StringComparison.Ordinal);