7 references to GetBytesCommon
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (5)
285
return
GetBytesCommon
(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex);
333
return
GetBytesCommon
(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex);
358
return
GetBytesCommon
(chars, charCount, bytes, byteCount);
368
return
GetBytesCommon
(charsPtr, chars.Length, bytesPtr, bytes.Length);
378
int written =
GetBytesCommon
(charsPtr, chars.Length, bytesPtr, bytes.Length, throwForDestinationOverflow: false);
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.Sealed.cs (2)
67
bytesWritten =
GetBytesCommon
(pSource, sourceLength, pDestination, MaxSmallInputElementCount * MaxUtf8BytesPerChar);
166
return s_default.
GetBytesCommon
(