1 write to _attrValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (1)
70
_attrValue
= new StringBuilder();
17 references to _attrValue
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextEncoder.cs (17)
68
if (
_attrValue
== null)
74
_attrValue
.Length = 0;
83
_attrValue
.Length = 0;
95
return
_attrValue
.ToString();
143
_attrValue
.Append(array, offset, count);
253
_attrValue
.Append(highChar);
254
_attrValue
.Append(lowChar);
274
_attrValue
.Append(text);
420
_attrValue
.Append(text);
477
_attrValue
.Append(value);
506
_attrValue
.Append(array, offset, count);
523
_attrValue
.Append("&#x");
524
_attrValue
.Append(strVal);
525
_attrValue
.Append(';');
534
_attrValue
.Append('&');
535
_attrValue
.Append(name);
536
_attrValue
.Append(';');