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;
2768
return
_textNode
;