Base:
property
NodeType
System.Xml.XmlReader.NodeType
9 references to NodeType
System.IdentityModel (9)
System\IdentityModel\EnvelopedSignatureReader.cs (2)
143if ((base.NodeType == XmlNodeType.Element) && (!base.IsEmptyElement)) 148if (base.NodeType == XmlNodeType.EndElement)
System\IdentityModel\WrappedReader.cs (7)
156if (NodeType == XmlNodeType.Attribute) 163while (NodeType != XmlNodeType.Element && NodeType != XmlNodeType.EndElement) 165switch (NodeType) 252switch (NodeType) 285this.xmlTokens.Add(NodeType, Value); 290this.xmlTokens.Add(NodeType, Value);