3 overrides of GetCharsFast
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
665private protected sealed override unsafe int GetCharsFast(byte* pBytes, int bytesLength, char* pChars, int charsLength, out int bytesConsumed)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
620private protected sealed override unsafe int GetCharsFast(byte* pBytes, int bytesLength, char* pChars, int charsLength, out int bytesConsumed)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
622private protected sealed override unsafe int GetCharsFast(byte* pBytes, int bytesLength, char* pChars, int charsLength, out int bytesConsumed)
4 references to GetCharsFast
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (4)
1013charsWritten = GetCharsFast(pBytes, byteCount, pChars, charCount, out bytesConsumed); 1108/// <see cref="DecoderNLS"/> instance, then to invoke the <see cref="GetCharsFast"/> virtual method 1152charsWrittenJustNow = GetCharsFast( 1252charsWrittenThisIteration = GetCharsFast(