2 writes to writer
System.ServiceModel (2)
System\ServiceModel\XmlBuffer.cs (2)
92
this.
writer
= XmlDictionaryWriter.CreateBinaryWriter(stream, XD.Dictionary, null, true);
119
writer
= null;
4 references to writer
System.ServiceModel (4)
System\ServiceModel\XmlBuffer.cs (4)
90
if (this.
writer
== null)
96
((IXmlBinaryWriterInitializer)this.
writer
).SetOutput(stream, XD.Dictionary, null, true);
98
return this.
writer
;
105
this.
writer
.Close();