1 write to isLastKnown
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableInputConnection.cs (1)
183this.isLastKnown = true;
5 references to isLastKnown
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableInputConnection.cs (5)
30|| this.isLastKnown; 38return this.last != 0 || this.isLastKnown; 132if (this.isLastKnown) 177if (this.isLastKnown) 236return this.isLastKnown;