1 write to _singleElementType
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (1)
61
_singleElementType
= firstType;
3 references to _singleElementType
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X500RelativeDistinguishedName.cs (3)
79
public bool HasMultipleElements =>
_singleElementType
is null;
91
if (
_singleElementType
is null)
96
return
_singleElementType
;