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)
67return _writer; 74_writer.Close();