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)
772
if (
_textNode
== null)
776
_textNode
.Depth = depth;
777
_textNode
.RawValue = attributeValue;
778
return
_textNode
;