1 write to _textNode
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (1)
774_textNode = new ValidatingReaderNodeData(XmlNodeType.Text);
4 references to _textNode
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (4)
772if (_textNode == null) 776_textNode.Depth = depth; 777_textNode.RawValue = attributeValue; 778return _textNode;