1 write to _textNode
System.Private.Xml (1)
System\Xml\Core\XsdValidatingReader.cs (1)
2764_textNode ??= new ValidatingReaderNodeData(XmlNodeType.Text);
3 references to _textNode
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
2766_textNode.Depth = depth; 2767_textNode.RawValue = attributeValue; 2768return _textNode;