1 write to NodeType
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
915
attrData.
NodeType
= XmlNodeType.Attribute;
8 references to NodeType
System.Xml (8)
System\Xml\Core\XsdCachingReader.cs (6)
107
return cachedNode.
NodeType
;
142
return XmlReader.HasValueInternal(cachedNode.
NodeType
);
334
if (cacheState != CachingReaderState.Replay || cachedNode.
NodeType
!= XmlNodeType.Attribute) {
423
Debug.Assert(endElementNode.
NodeType
== XmlNodeType.EndElement);
468
switch (cachedNode.
NodeType
) {
511
if (cachedNode.
NodeType
!= XmlNodeType.Attribute) {
System\Xml\Core\XsdCachingReaderAsync.cs (1)
96
switch (cachedNode.
NodeType
) {
System\Xml\Core\XsdValidatingReader.cs (1)
212
return cachedNode.
NodeType
;