2 writes to _context
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\SignedXml.cs (2)
122
_context
= element;
232
_context
??= value;
9 references to _context
System.Security.Cryptography.Xml (9)
System\Security\Cryptography\Xml\Reference.cs (2)
437
if (_signedXml!.
_context
!= null)
438
_namespaces = Utils.GetPropagatedAttributes(_signedXml.
_context
);
System\Security\Cryptography\Xml\SignedXml.cs (4)
258
SignedXmlDebugLog.LogBeginSignatureVerification(this,
_context
);
383
SignedXmlDebugLog.LogBeginSignatureComputation(this,
_context
!);
790
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
);