Base:
method
GetBytesFast
System.Text.Encoding.GetBytesFast(System.Char*, System.Int32, System.Byte*, System.Int32, out System.Int32)
1 reference to GetBytesFast
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.cs (1)
403
int bytesWritten =
GetBytesFast
(pChars, charCount, pBytes, byteCount, out int charsConsumed);