3 references to StartsWithCore
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
547return StartsWithCore(source, prefix, options, matchLengthPtr: null); 623matched = StartsWithCore(source, prefix, options, &tempMatchLength);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Utf8.cs (1)
149bool result = StartsWithCore(sourceUtf16, prefixUtf16, options, matchLengthPtr: null);