2 references to GetCharCountWithFallback
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
511totalCharCount += GetCharCountWithFallback(pBytes, byteCount, bytesConsumed);
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
730totalCharCount += GetCharCountWithFallback(pBytes, byteCount, bytesConsumed);