3 writes to refCount
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (3)
26
this.
refCount
= 1;
106
this.
refCount
++;
117
if (!this.IsDisposed && --this.
refCount
== 0)
1 reference to refCount
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
38
return this.
refCount
<= 0;