3 overrides of GetCharsFast
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
664private protected sealed override unsafe int GetCharsFast(byte* pBytes, int bytesLength, char* pChars, int charsLength, out int bytesConsumed)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
619private protected sealed override unsafe int GetCharsFast(byte* pBytes, int bytesLength, char* pChars, int charsLength, out int bytesConsumed)
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)
2 references to GetCharsFast
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (2)
1012charsWritten = GetCharsFast(pBytes, byteCount, pChars, charCount, out bytesConsumed); 1107/// <see cref="DecoderNLS"/> instance, then to invoke the <see cref="GetCharsFast"/> virtual method