3 overrides of GetCharsFast
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
665
private 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)
620
private 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)
622
private 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)
1013
charsWritten =
GetCharsFast
(pBytes, byteCount, pChars, charCount, out bytesConsumed);
1108
/// <see cref="DecoderNLS"/> instance, then to invoke the <see cref="
GetCharsFast
"/> virtual method
1152
charsWrittenJustNow =
GetCharsFast
(
1252
charsWrittenThisIteration =
GetCharsFast
(