1 write to encoding
System.Data.Services (1)
System\Data\Services\ErrorHandler.cs (1)
52
this.
encoding
= encoding;
2 references to encoding
System.Data.Services (2)
System\Data\Services\ErrorHandler.cs (2)
491
JsonWriter jsonWriter = new JsonWriter(new StreamWriter(stream, this.
encoding
));
508
using (XmlWriter writer = XmlUtil.CreateXmlWriterAndWriteProcessingInstruction(stream, this.
encoding
))