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)
68if (_attrValue == null) 74_attrValue.Length = 0; 83_attrValue.Length = 0; 95return _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(';');