3 overrides of OnWriteStartBody
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1376
protected override void
OnWriteStartBody
(XmlDictionaryWriter writer)
1695
protected override void
OnWriteStartBody
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
665
protected override void
OnWriteStartBody
(XmlDictionaryWriter writer)
4 references to OnWriteStartBody
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
352
OnWriteStartBody
(writer);
614
OnWriteStartBody
(writer);
717
OnWriteStartBody
(writer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
667
base.
OnWriteStartBody
(writer);