4 writes to openCount
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpSocket.cs (4)
30this.openCount = 0; 126this.openCount--; 132this.openCount = -1; 176this.openCount++;
4 references to openCount
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\UdpSocket.cs (4)
70{ get { return this.openCount < 0; } } 124if (this.openCount > 0) 129if (this.openCount == 0) 273if (this.openCount == 0)