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