3 writes to refCount
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
295this.refCount = 1; 342this.refCount++; 347this.refCount--;
1 reference to refCount
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
348return (this.refCount == 0);