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