3 writes to _uri
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
54_uri = uri; 84_uri = value; 217_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); 278if (_uri == null || _uri.Length == 0) 282else if (_uri[0] == '#') 284string idref = Utils.ExtractIdFromLocalUri(_uri); 390if (_uri == null) 398else if (_uri.Length == 0) 403throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri)); 410else if (_uri[0] == '#') 414string idref = Utils.GetIdFromLocalUri(_uri, out bool discardComments); 419throw new CryptographicException(SR.Format(SR.Cryptography_Xml_SelfReferenceRequiresContext, _uri)); 473throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri); 482throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, _uri);