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