2 writes to _context
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
128
_context
= element;
241
_context
??= value;
9 references to _context
System.Security.Cryptography.Xml (9)
System\Security\Cryptography\Xml\Reference.cs (2)
443
if (_signedXml!.
_context
!= null)
444
_namespaces = Utils.GetPropagatedAttributes(_signedXml.
_context
);
System\Security\Cryptography\Xml\SignedXml.cs (4)
267
SignedXmlDebugLog.LogBeginSignatureVerification(this,
_context
);
392
SignedXmlDebugLog.LogBeginSignatureComputation(this,
_context
!);
802
CanonicalXmlNodeList? namespaces = (
_context
== null ? null : Utils.GetPropagatedAttributes(
_context
));
System\Security\Cryptography\Xml\Transform.cs (3)
171
return signedXml.
_context
;
201
else if (signedXml?.
_context
!= null)
202
namespaces = Utils.GetPropagatedAttributes(signedXml.
_context
);