2 writes to m_context
System.Security (2)
system\security\cryptography\xml\signedxml.cs (2)
129m_context = element; 226m_context = value;
10 references to m_context
System.Security (10)
system\security\cryptography\xml\reference.cs (2)
389if (this.m_signedXml.m_context != null) 390m_namespaces = Utils.GetPropagatedAttributes(this.m_signedXml.m_context);
system\security\cryptography\xml\signedxml.cs (5)
225if (m_context == null) { 250SignedXmlDebugLog.LogBeginSignatureVerification(this, m_context); 354SignedXmlDebugLog.LogBeginSignatureComputation(this, m_context); 770CanonicalXmlNodeList namespaces = (m_context == null ? null : Utils.GetPropagatedAttributes(m_context));
system\security\cryptography\xml\transform.cs (3)
320return signedXml.m_context; 347else if (signedXml.m_context != null) 348namespaces = Utils.GetPropagatedAttributes(signedXml.m_context);