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)
85
private
SinglePhaseEnlistment
? _singlePhaseEnlistment;
154
internal
SinglePhaseEnlistment
SinglePhaseEnlistment =>
System\Transactions\IPromotableSinglePhaseNotification.cs (2)
10
void SinglePhaseCommit(
SinglePhaseEnlistment
singlePhaseEnlistment);
12
void Rollback(
SinglePhaseEnlistment
singlePhaseEnlistment);
System\Transactions\ISinglePhaseNotification.cs (1)
13
void SinglePhaseCommit(
SinglePhaseEnlistment
singlePhaseEnlistment);