4 writes to _writer
System.ServiceModel.Primitives (4)
System\ServiceModel\XmlBuffer.cs (4)
94_writer = null; 96_writer = XmlDictionaryWriter.CreateBinaryWriter(_stream, XD.Dictionary, null, true); 108_writer = null; 125_writer = null;
4 references to _writer
System.ServiceModel.Primitives (4)
System\ServiceModel\XmlBuffer.cs (4)
88if (_writer != null) 92var thisWriter = _writer; 97return _writer; 107_writer.Dispose();