8 writes to attributeValue
System.Runtime.Serialization (8)
System\Xml\XmlBaseWriter.cs (8)
61this.attributeValue = null; 93attributeValue = null; 241attributeValue = string.Empty; 249attributeValue = string.Empty; 354attributeValue = null; 362attributeValue = null; 1803attributeValue = value; 1805attributeValue += value;
29 references to attributeValue
System.Runtime.Serialization (29)
System\Xml\XmlBaseWriter.cs (29)
331nsMgr.AddLangAttribute(attributeValue); 335if (attributeValue == "preserve") 339else if (attributeValue == "default") 345throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(SR.GetString(SR.XmlInvalidXmlSpace, attributeValue))); 359nsMgr.AddNamespaceIfNotDeclared(attributeLocalName, attributeValue, null); 706if (attributeValue != null) 845if (attributeValue != null) 869if (attributeValue != null) 902if (attributeValue != null) 926if (attributeValue != null) 959if (attributeValue != null) 979if (attributeValue != null) 998if (attributeValue != null) 1123if (attributeValue != null) 1140if (attributeValue != null) 1157if (attributeValue != null) 1174if (attributeValue != null) 1191if (attributeValue != null) 1208if (attributeValue != null) 1225if (attributeValue != null) 1247if (attributeValue != null) 1267if (attributeValue != null) 1284if (attributeValue != null) 1301if (attributeValue != null) 1339if (attributeValue != null) 1441if (writer.attributeValue != null) 1691if (attributeValue != null) 1802if (attributeValue.Length == 0) 2528if (this.writer.attributeValue != null)