4 writes to refCount
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\ByteStreamBufferedMessageData.cs (4)
31
this.
refCount
= 0;
54
this.
refCount
++;
61
if (--this.
refCount
<= 0)
69
this.
refCount
= int.MinValue;
1 reference to refCount
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamBufferedMessageData.cs (1)
38
return this.
refCount
< 0;