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)
437if (_signedXml!._context != null) 438_namespaces = Utils.GetPropagatedAttributes(_signedXml._context);
System\Security\Cryptography\Xml\SignedXml.cs (4)
258SignedXmlDebugLog.LogBeginSignatureVerification(this, _context); 383SignedXmlDebugLog.LogBeginSignatureComputation(this, _context!); 790CanonicalXmlNodeList? namespaces = (_context == null ? null : Utils.GetPropagatedAttributes(_context));
System\Security\Cryptography\Xml\Transform.cs (3)
171return signedXml._context; 201else if (signedXml?._context != null) 202namespaces = Utils.GetPropagatedAttributes(signedXml._context);