1 write to _volatileEnlistmentDone
System.Transactions (1)
System\Transactions\VolatileEnlistmentState.cs (1)
234
_volatileEnlistmentDone
= temp;
3 references to _volatileEnlistmentDone
System.Transactions (3)
System\Transactions\VolatileEnlistmentState.cs (3)
227
if (
_volatileEnlistmentDone
== null)
231
if (
_volatileEnlistmentDone
== null)
239
return
_volatileEnlistmentDone
;