1 write to m_uri
System.Security (1)
system\security\cryptography\xml\encryptedreference.cs (1)
47m_uri = value;
3 references to m_uri
System.Security (3)
system\security\cryptography\xml\encryptedreference.cs (3)
43get { return m_uri; } 96if (!String.IsNullOrEmpty(m_uri)) 97referenceElement.SetAttribute("URI", m_uri);