2 references to EndsWithCore
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (2)
690
return
EndsWithCore
(source, suffix, options, matchLengthPtr: null);
766
matched =
EndsWithCore
(source, suffix, options, &tempMatchLength);