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