3 writes to _uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
54_uri = uri; 84_uri = value; 214_uri = Utils.GetAttribute(value, "URI", SignedXml.XmlDsigNamespaceUrl);
15 references to _uri
System.Security.Cryptography.Xml (15)
System\Security\Cryptography\Xml\Reference.cs (15)
81get { return _uri; } 175if (_uri != null) 176referenceElement.SetAttribute("URI", _uri); 275if (_uri == null || _uri.Length == 0) 279else if (_uri[0] == '#') 281string idref = Utils.ExtractIdFromLocalUri(_uri); 384if (_uri == null) 392else if (_uri.Length == 0) 397throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri)); 404else if (_uri[0] == '#') 408string idref = Utils.GetIdFromLocalUri(_uri, out bool discardComments); 413throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri)); 467throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri); 476throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri);