Base:
method
GetBytes
System.Text.Encoding.GetBytes(System.ReadOnlySpan<System.Char>, System.Span<System.Byte>)
3 references to GetBytes
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (1)
392s_utf8Encoding.GetBytes(TargetDomainController, _directoryControlValue);
System.Security.Cryptography (1)
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
284int passwordBytesWritten = s_throwingUtf8Encoding.GetBytes(password, passwordBuffer);
System.Text.Json (1)
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (1)
338return s_utf8Encoding.GetBytes(text, dest);