1 write to encoding
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
509this.encoding = value;
2 references to encoding
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
533xmlReader = 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);