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)
59
if (
_attrValue
== null)
65
_attrValue
.Length = 0;
74
Debug.Assert(
_attrValue
!= null);
75
_attrValue
.Length = 0;
88
Debug.Assert(
_attrValue
!= null);
89
return
_attrValue
.ToString();
120
Debug.Assert(
_attrValue
!= null);
121
_attrValue
.Append(array, offset, count);
228
Debug.Assert(
_attrValue
!= null);
229
_attrValue
.Append(highChar);
230
_attrValue
.Append(lowChar);
247
Debug.Assert(
_attrValue
!= null);
248
_attrValue
.Append(text);
387
Debug.Assert(
_attrValue
!= null);
388
_attrValue
.Append(text);
446
Debug.Assert(
_attrValue
!= null);
447
_attrValue
.Append(array, offset, count);
465
Debug.Assert(
_attrValue
!= null);
466
_attrValue
.Append("&#x");
467
_attrValue
.Append(strVal);
468
_attrValue
.Append(';');
478
Debug.Assert(
_attrValue
!= null);
479
_attrValue
.Append('&');
480
_attrValue
.Append(name);
481
_attrValue
.Append(';');