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)
79public bool HasMultipleElements => _singleElementType is null; 91if (_singleElementType is null) 96return _singleElementType;