1 write to textNode
System.Xml (1)
System\Xml\Core\XsdCachingReader.cs (1)
650
textNode
= new ValidatingReaderNodeData(XmlNodeType.Text);
4 references to textNode
System.Xml (4)
System\Xml\Core\XsdCachingReader.cs (4)
649
if (
textNode
== null) {
652
textNode
.Depth = depth;
653
textNode
.RawValue = attributeValue;
654
return
textNode
;