3 overrides of GetCharCountFast
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
532
private 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)
392
private 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)
753
private 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)
742
totalCharCount =
GetCharCountFast
(pBytes, byteCount, decoder.Fallback, out bytesConsumed);
851
/// <see cref="DecoderNLS"/> instance, then to invoke the <see cref="
GetCharCountFast
"/> virtual method
884
totalCharCount +=
GetCharCountFast
(
973
charCountThisIteration =
GetCharCountFast
(