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