3 references to NodeType
System.IdentityModel (3)
System\IdentityModel\WrappedReader.cs (3)
536
DiagnosticUtility.DebugAssert(this.
NodeType
== XmlNodeType.Element, "");
560
DiagnosticUtility.DebugAssert(this.
NodeType
== XmlNodeType.Attribute, "");
587
switch (this.
NodeType
)