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