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