1 write to writer
System.Data.Services (1)
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (1)
50this.writer = new JsonWriter(new StreamWriter(output, encoding));
11 references to writer
System.Data.Services (11)
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (11)
58ErrorHandler.SerializeJsonError(args, this.writer); 66this.writer.StartObjectScope(); // { 67this.writer.WriteDataWrapper(); // "d" : 69this.writer.StartObjectScope(); 70this.writer.WriteName(JsonEntitySetsElementName); 71this.writer.StartArrayScope(); 74this.writer.WriteValue(container.Name); 77this.writer.EndScope(); // end the array scope 78this.writer.EndScope(); // end the object scope 79this.writer.EndScope(); // end "d" scope 83this.writer.Flush();