3 references to GetBufferRemaining
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (3)
101
int bufferRemaining = this.
GetBufferRemaining
();
151
int bufferRemaining = this.
GetBufferRemaining
();
627
this.session.InputID, this.inputConnection.Ranges, true, this.
GetBufferRemaining
());