4 writes to _writer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (4)
96_writer = null; 98_writer = XmlDictionaryWriter.CreateBinaryWriter(_stream, XD.Dictionary, null, true); 107_writer = null; 121_writer = null;
4 references to _writer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (4)
90if (_writer != null) 94var thisWriter = _writer; 99return _writer; 106_writer.Dispose();