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