3 overrides of GetBytesFast
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
373
private protected sealed override unsafe int
GetBytesFast
(char* pChars, int charsLength, byte* pBytes, int bytesLength, out int charsConsumed)
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.cs (1)
319
private protected sealed override unsafe int
GetBytesFast
(char* pChars, int charsLength, byte* pBytes, int bytesLength, out int charsConsumed)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
420
private protected sealed override unsafe int
GetBytesFast
(char* pChars, int charsLength, byte* pBytes, int bytesLength, out int charsConsumed)
2 references to GetBytesFast
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.Internal.cs (2)
416
bytesWritten =
GetBytesFast
(pChars, charCount, pBytes, byteCount, out charsConsumed);
511
/// <see cref="EncoderNLS"/> instance, then to invoke the <see cref="
GetBytesFast
"/> virtual method