Implemented interface member:
property
IsInNodeSet
System.Security.Cryptography.Xml.ICanonicalizableNode.IsInNodeSet
1 write to IsInNodeSet
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs (1)
17IsInNodeSet = defaultNodeSetInclusionState;
2 references to IsInNodeSet
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
38if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.IsXmlNamespaceNode(attr)) 110if (((CanonicalXmlAttribute)attr).IsInNodeSet || Utils.IsNamespaceNode(attr) || Utils.IsXmlNamespaceNode(attr))