1 write to _uri
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
40_uri = value;
4 references to _uri
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedReference.cs (4)
33get { return _uri; } 35[MemberNotNull(nameof(_uri))] 95if (!string.IsNullOrEmpty(_uri)) 96referenceElement.SetAttribute("URI", _uri);