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