Implemented interface member:
8 references to Dispose
dotnet-svcutil-lib (8)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
537CoreWriter.Dispose();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
608_writer.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (2)
150xmlWriter.Dispose(); 299writer.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (2)
582xmlWriter.Dispose(); 764writer.Dispose();
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlBuffer.cs (2)
95thisWriter.Dispose(); 106_writer.Dispose();