1 write to _singleElementValue
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (1)
67
_singleElementValue
= rawData.Slice(offset, firstValue.Length);
2 references to _singleElementValue
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (2)
117
if (
_singleElementValue
.IsEmpty)
130
AsnValueReader reader = new AsnValueReader(
_singleElementValue
.Span, AsnEncodingRules.DER);