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