7 references to attributeValue
System.Runtime.Serialization (7)
System\Xml\XmlBinaryWriter.cs (7)
48
this.
attributeValue
.Clear();
307
attributeValue
.WriteTo(this);
567
attributeValue
.WriteBase64Text(trailBytes, trailByteCount, base64Buffer, base64Offset, base64Count);
599
attributeValue
.WriteText(value);
623
attributeValue
.WriteText(value);
648
attributeValue
.WriteText(new string(chars, offset, count));
978
attributeValue
.Clear();