1 write to NodeType
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1054
attrData.
NodeType
= XmlNodeType.Attribute;
8 references to NodeType
System.Private.Xml (8)
System\Xml\Core\XsdCachingReader.cs (6)
112
return _cachedNode!.
NodeType
;
157
return XmlReader.HasValueInternal(_cachedNode!.
NodeType
);
387
if (_cacheState != CachingReaderState.Replay || _cachedNode!.
NodeType
!= XmlNodeType.Attribute)
488
Debug.Assert(endElementNode.
NodeType
== XmlNodeType.EndElement);
542
switch (_cachedNode!.
NodeType
)
592
if (_cachedNode!.
NodeType
!= XmlNodeType.Attribute)
System\Xml\Core\XsdCachingReaderAsync.cs (1)
108
switch (_cachedNode!.
NodeType
)
System\Xml\Core\XsdValidatingReader.cs (1)
220
return _cachedNode.
NodeType
;