5 references to GetBytesCommon
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (5)
191return GetBytesCommon(chars, charCount, bytes, byteCount); 223return GetBytesCommon(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex); 234return GetBytesCommon(charsPtr, chars.Length, bytesPtr, bytes.Length); 244int written = GetBytesCommon(charsPtr, chars.Length, bytesPtr, bytes.Length, throwForDestinationOverflow: false); 285return GetBytesCommon(pChars + charIndex, charCount, pBytes + byteIndex, bytes.Length - byteIndex);