3 overrides of OnWriteBodyContents
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
86
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1059
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
1171
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
5 references to OnWriteBodyContents
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
64
OnWriteBodyContents
(writer);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
354
OnWriteBodyContents
(writer);
381
OnWriteBodyContents
(writer);
405
this.
OnWriteBodyContents
(writer);
695
OnWriteBodyContents
(writer);