1 write to attrValue
System.Xml (1)
System\Xml\Core\XmlTextEncoder.cs (1)
63
attrValue
= new StringBuilder();
17 references to attrValue
System.Xml (17)
System\Xml\Core\XmlTextEncoder.cs (17)
62
if (
attrValue
== null ) {
66
attrValue
.Length = 0;
73
attrValue
.Length = 0;
82
return
attrValue
.ToString();
121
attrValue
.Append( array, offset, count );
212
attrValue
.Append( highChar );
213
attrValue
.Append( lowChar );
230
attrValue
.Append( text );
348
attrValue
.Append( text );
393
attrValue
.Append( value );
416
attrValue
.Append( array, offset, count );
430
attrValue
.Append( "&#x" );
431
attrValue
.Append( strVal );
432
attrValue
.Append( ';' );
439
attrValue
.Append( '&' );
440
attrValue
.Append( name );
441
attrValue
.Append( ';' );