9 writes to valueType
System.Xml (9)
System\Xml\BinaryXml\XmlBinaryReader.cs (9)
347
this.
valueType
= TypeOfString;
755
this.
valueType
= GetValueType(tok);
760
this.
valueType
= TypeOfString;
2119
this.
valueType
= TypeOfObject;
2486
this.
valueType
= TypeOfString;
2615
this.
valueType
= TypeOfString;
2619
this.
valueType
= GetValueType(this.token);
2734
this.
valueType
= TypeOfObject;
2862
this.
valueType
= r.ValueType;
1 reference to valueType
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
568
return this.
valueType
;