2 writes to _writer
System.ServiceModel.Syndication (2)
System\ServiceModel\XmlBuffer.cs (2)
65
_writer
= XmlDictionaryWriter.CreateBinaryWriter(_stream, null, null, false);
105
_writer
= null;
2 references to _writer
System.ServiceModel.Syndication (2)
System\ServiceModel\XmlBuffer.cs (2)
67
return
_writer
;
74
_writer
.Close();