1 write to _attrValue
System.Private.Xml (1)
System\Xml\Core\XmlTextEncoder.cs (1)
61_attrValue = new StringBuilder();
25 references to _attrValue
System.Private.Xml (25)
System\Xml\Core\XmlTextEncoder.cs (25)
59if (_attrValue == null) 65_attrValue.Length = 0; 74Debug.Assert(_attrValue != null); 75_attrValue.Length = 0; 88Debug.Assert(_attrValue != null); 89return _attrValue.ToString(); 120Debug.Assert(_attrValue != null); 121_attrValue.Append(array, offset, count); 228Debug.Assert(_attrValue != null); 229_attrValue.Append(highChar); 230_attrValue.Append(lowChar); 247Debug.Assert(_attrValue != null); 248_attrValue.Append(text); 387Debug.Assert(_attrValue != null); 388_attrValue.Append(text); 446Debug.Assert(_attrValue != null); 447_attrValue.Append(array, offset, count); 465Debug.Assert(_attrValue != null); 466_attrValue.Append("&#x"); 467_attrValue.Append(strVal); 468_attrValue.Append(';'); 478Debug.Assert(_attrValue != null); 479_attrValue.Append('&'); 480_attrValue.Append(name); 481_attrValue.Append(';');