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