4 references to GetByteCountCommon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (4)
148
return
GetByteCountCommon
(pChars + index, count);
166
return
GetByteCountCommon
(pChars, chars.Length);
187
return
GetByteCountCommon
(chars, count);
196
return
GetByteCountCommon
(charsPtr, chars.Length);