14 writes to stringValue
System.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
456return this.stringValue = GetString(this.tokDataPos, this.tokLen); 459return this.stringValue = CDATAValue(); 462return this.stringValue = XmlDeclValue(); 467return this.stringValue = ValueAsString(this.token); 476return this.stringValue = GetAttributeText(this.attrIndex - 1); 479return this.stringValue = ValueAsString(this.token); 726this.stringValue = null; 744this.stringValue = null; 782this.stringValue = null; 2120this.stringValue = null; 2335this.stringValue = null; 2431this.stringValue = value; 2487this.stringValue = null; 3056this.stringValue = val;
4 references to stringValue
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
448if (null != this.stringValue) 449return stringValue; 2332string val = this.stringValue; 2417Debug.Assert(this.stringValue == null, "this.stringValue == null");