2 writes to isLastKnown
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
842
this.
isLastKnown
= true;
858
this.
isLastKnown
= true;
1 reference to isLastKnown
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
74
this.session.InputID, this.ranges, this.
isLastKnown
);