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