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