2 references to IsPrefixUtf8
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.Utf8.cs (2)
42
return CultureInfo.CurrentCulture.CompareInfo.
IsPrefixUtf8
(span, value, string.GetCaseCompareOfComparisonCulture(comparisonType));
48
return CompareInfo.Invariant.
IsPrefixUtf8
(span, value, string.GetCaseCompareOfComparisonCulture(comparisonType));