3 overrides of OnGetReaderAtBodyContents
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1694protected override XmlDictionaryReader OnGetReaderAtBodyContents()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
1362protected override XmlDictionaryReader OnGetReaderAtBodyContents() 1542protected override XmlDictionaryReader OnGetReaderAtBodyContents()
2 references to OnGetReaderAtBodyContents
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
284return OnGetReaderAtBodyContents(); 1175using (XmlDictionaryReader bodyReader = OnGetReaderAtBodyContents())