2 writes to _rc
System.Workflow.Runtime (2)
AmbientEnvironment.cs (2)
73
_rc
++;
80
_rc
--;
5 references to _rc
System.Workflow.Runtime (5)
AmbientEnvironment.cs (5)
70
Debug.Assert(
_rc
>= 0);
72
prevRc =
_rc
;
79
Debug.Assert(
_rc
> 0);
82
if (
_rc
!= prevRC)
91
Debug.Assert(
_rc
> 0);