1 write to _signedXml
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Reference.cs (1)
141
set {
_signedXml
= value; }
3 references to _signedXml
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\Reference.cs (3)
140
get { return
_signedXml
; }
443
if (
_signedXml
!._context != null)
444
_namespaces = Utils.GetPropagatedAttributes(
_signedXml
._context);