4 writes to pendingReceiveCount
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpSocket.cs (4)
31
this.
pendingReceiveCount
= 0;
89
this.
pendingReceiveCount
++;
107
this.
pendingReceiveCount
--;
152
this.
pendingReceiveCount
--;
1 reference to pendingReceiveCount
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocket.cs (1)
58
return this.
pendingReceiveCount
;