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