5 overrides of OnBodyToString
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1597protected override void OnBodyToString(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContentOnlyMessage.cs (1)
62protected override void OnBodyToString(XmlDictionaryWriter writer)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1091protected override void OnBodyToString(XmlDictionaryWriter writer) 1312protected override void OnBodyToString(XmlDictionaryWriter writer) 1583protected override void OnBodyToString(XmlDictionaryWriter writer)
1 reference to OnBodyToString
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (1)
68OnBodyToString(writer);