4 references to GetCharsCommon
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (4)
577return GetCharsCommon(pBytes + byteIndex, byteCount, pChars + charIndex, chars.Length - charIndex); 602return GetCharsCommon(bytes, byteCount, chars, charCount); 612return GetCharsCommon(bytesPtr, bytes.Length, charsPtr, chars.Length); 622int written = GetCharsCommon(bytesPtr, bytes.Length, charsPtr, chars.Length, throwForDestinationOverflow: false);