6 references to ReadFromBodyContentsToEnd
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
256this.ReadFromBodyContentsToEnd(reader); 1185this.ReadFromBodyContentsToEnd(bodyReader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (1)
86message.ReadFromBodyContentsToEnd(reader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
249message.ReadFromBodyContentsToEnd(reader);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
388message.ReadFromBodyContentsToEnd(bodyReader); 428message.ReadFromBodyContentsToEnd(bodyReader);