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