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