3 overrides of GetCharCountFast
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
532private protected sealed override unsafe int GetCharCountFast(byte* pBytes, int bytesLength, DecoderFallback? fallback, out int bytesConsumed)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
392private protected override unsafe int GetCharCountFast(byte* pBytes, int bytesLength, DecoderFallback? fallback, out int bytesConsumed)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
753private protected sealed override unsafe int GetCharCountFast(byte* pBytes, int bytesLength, DecoderFallback? fallback, out int bytesConsumed)
4 references to GetCharCountFast
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (4)
742totalCharCount = GetCharCountFast(pBytes, byteCount, decoder.Fallback, out bytesConsumed); 851/// <see cref="DecoderNLS"/> instance, then to invoke the <see cref="GetCharCountFast"/> virtual method 884totalCharCount += GetCharCountFast( 973charCountThisIteration = GetCharCountFast(