2 writes to m_exml
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
180m_exml = new EncryptedXml(m_containingDocument); // default processing rules 183set { m_exml = value; }
2 references to m_exml
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
179if (m_exml == null) 181return m_exml;