4 references to GetByteCountCommon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (4)
55
return
GetByteCountCommon
(chars, count);
77
return
GetByteCountCommon
(pChars + index, count);
87
return
GetByteCountCommon
(charsPtr, chars.Length);
100
return
GetByteCountCommon
(pChars, s.Length);