1 write to m_signedXml
System.Security (1)
system\security\cryptography\xml\reference.cs (1)
147set { m_signedXml = value; }
3 references to m_signedXml
System.Security (3)
system\security\cryptography\xml\reference.cs (3)
146get { return m_signedXml; } 389if (this.m_signedXml.m_context != null) 390m_namespaces = Utils.GetPropagatedAttributes(this.m_signedXml.m_context);