1 write to stream
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
187this.stream = stream;
3 references to stream
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (3)
97this.stream.Write(buffer, 0, buffer.Length); 99this.stream.Write(this.encodedClosingFunctionCall, 0, this.encodedClosingFunctionCall.Length); 156this.stream.Write(buffer, 0, buffer.Length);