4 references to GetByteCountCommon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
98
return
GetByteCountCommon
(pChars + index, count);
116
return
GetByteCountCommon
(pChars, chars.Length);
137
return
GetByteCountCommon
(chars, count);
146
return
GetByteCountCommon
(charsPtr, chars.Length);