1 write to input
System.Data.Services (1)
System\Data\Services\Serializers\DataStringEscapeBuilder.cs (1)
51
this.
input
= dataString;
5 references to input
System.Data.Services (5)
System\Data\Services\Serializers\DataStringEscapeBuilder.cs (5)
74
for (this.index = 0; this.index < this.
input
.Length; ++this.index)
76
char current = this.
input
[this.index];
112
while (++this.index < this.
input
.Length)
114
if (this.
input
[this.index] == quoteStart)
123
this.quotedDataBuilder.Append(this.
input
[this.index]);