1 write to encodedClosingFunctionCall
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
112this.encodedClosingFunctionCall = this.writeEncoding.GetBytes(");");
2 references to encodedClosingFunctionCall
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (2)
345stream.Write(this.encodedClosingFunctionCall, 0, this.encodedClosingFunctionCall.Length);