1 write to _sb
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (1)
641
_sb
= new StringBuilder();
15 references to _sb
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ExceptionDataContract.cs (15)
686
_sb
.Append("/>"); // close root element.
693
return
_sb
.ToString();
706
_sb
.Append(">");
714
_sb
.Append("<");
716
_sb
.Append(name);
723
_sb
.AppendFormat("<{0}", name);
739
_sb
.Append("/>");
756
_sb
.AppendFormat("</{0}>", ElementName);
761
_sb
.Append(">");
788
_sb
.AppendFormat("</{0}>", ElementName);
804
_sb
.Append(">");
815
_sb
.Append(_reader.Value);
836
_sb
.AppendFormat("</{0}>", elementName);
842
_sb
.AppendFormat(" {0}=\"{1}\"", name, value);
850
_sb
.Append(_reader.Value);