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