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