3 references to JsonWriter
System.Data.Services (3)
System\Data\Services\ErrorHandler.cs (1)
491
JsonWriter jsonWriter = new
JsonWriter
(new StreamWriter(stream, this.encoding));
System\Data\Services\Serializers\JsonSerializer.cs (1)
59
this.writer = new
JsonWriter
(new StreamWriter(output, encoding));
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (1)
50
this.writer = new
JsonWriter
(new StreamWriter(output, encoding));