1 write to writer
System.Data.Services (1)
System\Data\Services\Serializers\JsonWriter.cs (1)
51this.writer = new IndentedTextWriter(writer);
17 references to writer
System.Data.Services (17)
System\Data\Services\Serializers\JsonWriter.cs (17)
77this.writer.WriteLine(); 78this.writer.Indent--; 83this.writer.Write("]"); 87this.writer.Write("}"); 104this.writer.Write(JsonDataWrapper); 149this.writer.WriteTrimmed(", "); 156this.writer.WriteTrimmed(": "); 326this.writer.Flush(); 433this.writer.WriteTrimmed(", "); 442this.writer.Write('"'); 445this.writer.Write(text); 448this.writer.Write('"'); 464this.writer.WriteTrimmed(", "); 475this.writer.Write("["); 479this.writer.Write("{"); 482this.writer.Indent++; 483this.writer.WriteLine();