3 overrides of GetBytes
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (1)
210
protected override int
GetBytes
(ReadOnlySpan<char> chars, Span<byte> bytes, bool write)
System\Formats\Asn1\AsnCharacterStringEncodings.net.cs (2)
217
protected override int
GetBytes
(ReadOnlySpan<char> chars, Span<byte> bytes, bool write)
390
protected override int
GetBytes
(ReadOnlySpan<char> chars, Span<byte> bytes, bool write)
3 references to GetBytes
System.Formats.Asn1 (3)
System\Formats\Asn1\AsnCharacterStringEncodings.cs (3)
64
return
GetBytes
(chars, Span<byte>.Empty, write: false);
69
return
GetBytes
(
77
return
GetBytes
(