4 writes to typedValue
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
9171
_curNode.
typedValue
= value;
9247
attr.
typedValue
= defAttrInfo.DefaultValueTyped;
9286
attr.
typedValue
= attrDef.DefaultValueTyped;
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
484
typedValue
= null;
1 reference to typedValue
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9167
return _curNode.
typedValue
;