3 references to WriteCharacterString
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.Text.cs (1)
46WriteCharacterString(encodingType, value.AsSpan(), tag);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
371_writer.WriteCharacterString(stringEncodingType, value);
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (1)
649writer.WriteCharacterString(tagNumber, data);