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