2 overrides of DecodeBytes
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
981protected override bool DecodeBytes(byte[] buffer, ref int offset, ref int size, ref bool isAtEof)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
505protected override bool DecodeBytes(byte[] buffer, ref int offset, ref int size, ref bool isAtEof)
1 reference to DecodeBytes
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1200if (DecodeBytes(buffer, ref offset, ref size, ref isAtEof))