5 references to OnReadEof
System.ServiceModel (5)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
490this.Synchronizer.OnReadEof();
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1030this.synchronizer.OnReadEof(); 3718binder.synchronizer.OnReadEof();
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
870this.Synchronizer.OnReadEof(); 1059this.Synchronizer.OnReadEof();