9 writes to _valueType
System.Private.Xml (9)
System\Xml\BinaryXml\XmlBinaryReader.cs (9)
351
_valueType
= typeof(string);
849
_valueType
= GetValueType(tok);
855
_valueType
= typeof(string);
2405
_valueType
= typeof(object);
2829
_valueType
= typeof(string);
2961
_valueType
= typeof(string);
2965
_valueType
= GetValueType(_token);
3091
_valueType
= typeof(object);
3240
_valueType
= r.ValueType;
1 reference to _valueType
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
617
return
_valueType
;