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