2 writes to writer
System.IdentityModel (2)
System\IdentityModel\XmlBuffer.cs (2)
91this.writer = XmlDictionaryWriter.CreateBinaryWriter(stream, XD.Dictionary, null, true); 118writer = null;
4 references to writer
System.IdentityModel (4)
System\IdentityModel\XmlBuffer.cs (4)
89if (this.writer == null) 95((IXmlBinaryWriterInitializer)this.writer).SetOutput(stream, XD.Dictionary, null, true); 97return this.writer; 104this.writer.Close();