10 implementations of IsInNodeSet
System.Security.Cryptography.Xml (10)
System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs (1)
20
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlCDataSection.cs (1)
18
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (1)
22
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
24
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (1)
21
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlEntityReference.cs (1)
20
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (1)
20
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlSignificantWhitespace.cs (1)
20
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlText.cs (1)
20
public bool
IsInNodeSet
System\Security\Cryptography\Xml\CanonicalXmlWhitespace.cs (1)
20
public 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;