1 write to _textNode
System.Private.Xml (1)
System\Xml\Core\XsdCachingReader.cs (1)
752
_textNode
??= new ValidatingReaderNodeData(XmlNodeType.Text);
3 references to _textNode
System.Private.Xml (3)
System\Xml\Core\XsdCachingReader.cs (3)
754
_textNode
.Depth = depth;
755
_textNode
.RawValue = attributeValue;
756
return
_textNode
;