4 writes to typedValue
System.Private.Xml (4)
System\Xml\Core\XmlTextReaderImpl.cs (3)
9154
_curNode.
typedValue
= value;
9230
attr.
typedValue
= defAttrInfo.DefaultValueTyped;
9269
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)
9150
return _curNode.
typedValue
;