1 write to encoding
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
509
this.
encoding
= value;
2 references to encoding
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
533
xmlReader = JsonReaderWriterFactory.CreateJsonReader(buffer.Array, buffer.Offset, buffer.Count, this.
encoding
, this.Quotas, onClose);
537
((IXmlJsonReaderInitializer)xmlReader).SetInput(buffer.Array, buffer.Offset, buffer.Count, this.
encoding
, this.Quotas, onClose);