1 write to _volatileEnlistmentActive
System.Transactions (1)
System\Transactions\VolatileEnlistmentState.cs (1)
46
_volatileEnlistmentActive
= temp;
3 references to _volatileEnlistmentActive
System.Transactions (3)
System\Transactions\VolatileEnlistmentState.cs (3)
39
if (
_volatileEnlistmentActive
== null)
43
if (
_volatileEnlistmentActive
== null)
51
return
_volatileEnlistmentActive
;