1 write to singlePhaseEnlistment
System.Transactions (1)
System\Transactions\Enlistment.cs (1)
203
this.
singlePhaseEnlistment
= new SinglePhaseEnlistment(this);
2 references to singlePhaseEnlistment
System.Transactions (2)
System\Transactions\Enlistment.cs (2)
200
if (this.
singlePhaseEnlistment
== null)
205
return this.
singlePhaseEnlistment
;