10 implementations of IsInNodeSet
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs (1)
20public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs (1)
18public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (1)
22public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
24public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (1)
21public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs (1)
20public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (1)
20public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs (1)
20public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlText.cs (1)
20public bool IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs (1)
20public bool IsInNodeSet
2 writes to IsInNodeSet
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXml.cs (1)
64((ICanonicalizableNode)node).IsInNodeSet = true;
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (1)
120((ICanonicalizableNode)node).IsInNodeSet = true;