8 references to output
System.Data.Services (8)
System\Data\Services\Serializers\DataStringEscapeBuilder.cs (8)
72
Debug.Assert(this.
output
.Length == 0, "Expected this.output.Length to be 0, because Build can only be called once for an instance of DataStringEscapeBuilder.");
83
this.
output
.Append(Uri.EscapeDataString(current.ToString()));
87
this.
output
.Append(current);
91
return this.
output
.ToString();
111
this.
output
.Append(quoteStart);
116
this.
output
.Append(Uri.EscapeDataString(this.quotedDataBuilder.ToString()));
117
this.
output
.Append(quoteStart);
130
this.
output
.Append(Uri.EscapeDataString(this.quotedDataBuilder.ToString()));