8 references to GetCharsCommon
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (8)
436return GetCharsCommon(bytes, byteCount, chars, charCount); 458GetCharsCommon(pBytes, bytes.Length, pChars, chars.Length); 493return GetCharsCommon(pBytes + byteIndex, byteCount, pChars + charIndex, chars.Length - charIndex); 525GetCharsCommon(pBytes + index, count, pChars, chars.Length); 538return GetCharsCommon(bytesPtr, bytes.Length, charsPtr, chars.Length); 550charsWritten = GetCharsCommon(bytesPtr, bytes.Length, charsPtr, chars.Length); 570GetCharsCommon(pBytes, bytes.Length, pChars, result.Length); 600GetCharsCommon(pBytes + index, count, pChars, count);