1 instantiation of SinglePhaseEnlistment
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
156_singlePhaseEnlistment ??= new SinglePhaseEnlistment(this);
7 references to SinglePhaseEnlistment
netstandard (1)
netstandard.cs (1)
2180[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SinglePhaseEnlistment))]
System.Transactions (1)
System.Transactions.cs (1)
21[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.SinglePhaseEnlistment))]
System.Transactions.Local (5)
System\Transactions\Enlistment.cs (2)
85private SinglePhaseEnlistment? _singlePhaseEnlistment; 154internal SinglePhaseEnlistment SinglePhaseEnlistment =>
System\Transactions\IPromotableSinglePhaseNotification.cs (2)
10void SinglePhaseCommit(SinglePhaseEnlistment singlePhaseEnlistment); 12void Rollback(SinglePhaseEnlistment singlePhaseEnlistment);
System\Transactions\ISinglePhaseNotification.cs (1)
13void SinglePhaseCommit(SinglePhaseEnlistment singlePhaseEnlistment);