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