1 write to stringBuilder
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1589
this.
stringBuilder
= new StringBuilder();
5 references to stringBuilder
System.ServiceModel (5)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (5)
1587
if (this.
stringBuilder
== null)
1593
this.
stringBuilder
.Length = 0;
1598
string s = this.
stringBuilder
.ToString();
1632
this.
stringBuilder
.Append(val);
1638
this.
stringBuilder
.Append(this.nodes[elem].val);