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