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)
90
if (
_writer
!= null)
94
var thisWriter =
_writer
;
99
return
_writer
;
106
_writer
.Dispose();