2 writes to lastReceive
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
4130this.lastReceive = (iterationTimeout == TimeSpan.Zero); 4170this.lastReceive = (iterationTimeout == TimeSpan.Zero);
3 references to lastReceive
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
3980if (this.lastReceive || this.channel.State != CommunicationState.Opened) 4015if (this.lastReceive || this.channel.State != CommunicationState.Opened) 4163if (this.lastReceive || this.channel.State != CommunicationState.Opened)