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)
443if (_signedXml!._context != null) 444_namespaces = Utils.GetPropagatedAttributes(_signedXml._context);
System\Security\Cryptography\Xml\SignedXml.cs (4)
267SignedXmlDebugLog.LogBeginSignatureVerification(this, _context); 392SignedXmlDebugLog.LogBeginSignatureComputation(this, _context!); 802CanonicalXmlNodeList? 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);