11 overrides of OnWriteBodyContents
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (1)
150
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (4)
827
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
849
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
872
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
909
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
718
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
909
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
930
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityToken.cs (1)
555
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
546
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponseCollection.cs (1)
54
protected override void
OnWriteBodyContents
(XmlDictionaryWriter writer)
3 references to OnWriteBodyContents
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (3)
76
OnWriteBodyContents
(writer);
88
OnWriteBodyContents
(writer);
120
OnWriteBodyContents
(writer);