5 references to GetBytesCommon
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (5)
238return GetBytesCommon(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex); 286return GetBytesCommon(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex); 311return GetBytesCommon(chars, charCount, bytes, byteCount); 321return GetBytesCommon(charsPtr, chars.Length, bytesPtr, bytes.Length); 331int written = GetBytesCommon(charsPtr, chars.Length, bytesPtr, bytes.Length, throwForDestinationOverflow: false);