1 write to encodedClosingFunctionCall
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
22this.encodedClosingFunctionCall = this.encoding.GetBytes(");");
2 references to encodedClosingFunctionCall
System.ServiceModel.Web (2)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (2)
99this.stream.Write(this.encodedClosingFunctionCall, 0, this.encodedClosingFunctionCall.Length);