26 references to EndScope
System.Data.Services (26)
System\Data\Services\ErrorHandler.cs (4)
323writer.EndScope(); // </innererror> 441writer.EndScope(); // </message> 449writer.EndScope(); // </error> 450writer.EndScope(); // </error wrapper>
System\Data\Services\Serializers\JsonSerializer.cs (19)
97this.writer.EndScope(); // } 157this.writer.EndScope(); // end data array 174this.writer.EndScope(); // end object scope 177this.writer.EndScope(); // end "d" wrapper 199this.writer.EndScope(); // } 246this.writer.EndScope(); 261this.writer.EndScope(); 264this.writer.EndScope(); 305this.writer.EndScope(); 441this.writer.EndScope(); 468this.writer.EndScope(); 521this.writer.EndScope(); // array scope 532this.writer.EndScope(); // expanded object scope 575this.writer.EndScope(); 585this.writer.EndScope(); 594this.writer.EndScope(); 642this.writer.EndScope(); 656this.writer.EndScope(); 657this.writer.EndScope();
System\Data\Services\Serializers\JsonServiceDocumentSerializer.cs (3)
77this.writer.EndScope(); // end the array scope 78this.writer.EndScope(); // end the object scope 79this.writer.EndScope(); // end "d" scope