3 references to GetCharCountCommon
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (3)
458return GetCharCountCommon(pBytes + index, count); 479return GetCharCountCommon(bytes, count); 488return GetCharCountCommon(bytesPtr, bytes.Length);