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