2 references to IndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (2)
363return IndexOf(value, startIndex, StringComparison.Ordinal); 395return IndexOf(value, 0, comparisonType);