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