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