3 references to GetCharCountCommon
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (3)
459return GetCharCountCommon(pBytes + index, count); 480return GetCharCountCommon(bytes, count); 489return GetCharCountCommon(bytesPtr, bytes.Length);