1 interface inheriting from IEnlistmentNotification
System.Transactions.Local (1)
System\Transactions\ISinglePhaseNotification.cs (1)
11
public interface ISinglePhaseNotification :
IEnlistmentNotification
33 references to IEnlistmentNotification
netstandard (1)
netstandard.cs (1)
2173
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.
IEnlistmentNotification
))]
System.Transactions (1)
System.Transactions.cs (1)
14
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Transactions.
IEnlistmentNotification
))]
System.Transactions.Local (31)
System\Transactions\Enlistment.cs (13)
50
protected
IEnlistmentNotification
? _twoPhaseNotifications;
91
protected InternalEnlistment(Enlistment enlistment,
IEnlistmentNotification
twoPhaseNotifications)
114
IEnlistmentNotification
twoPhaseNotifications,
129
IEnlistmentNotification
twoPhaseNotifications,
169
internal
IEnlistmentNotification
? EnlistmentNotification => _twoPhaseNotifications;
311
IEnlistmentNotification
twoPhaseNotifications,
319
protected DurableInternalEnlistment(Enlistment enlistment,
IEnlistmentNotification
twoPhaseNotifications) :
335
internal RecoveringInternalEnlistment(Enlistment enlistment,
IEnlistmentNotification
twoPhaseNotifications, object syncRoot) :
371
IEnlistmentNotification
twoPhaseNotifications,
415
IEnlistmentNotification
twoPhaseNotifications,
431
IEnlistmentNotification
twoPhaseNotifications,
473
IEnlistmentNotification
twoPhaseNotifications,
485
internal Enlistment(
IEnlistmentNotification
twoPhaseNotifications, object syncRoot)
System\Transactions\Transaction.cs (2)
472
IEnlistmentNotification
enlistmentNotification,
613
public Enlistment EnlistVolatile(
IEnlistmentNotification
enlistmentNotification, EnlistmentOptions enlistmentOptions)
System\Transactions\TransactionManager.cs (1)
140
IEnlistmentNotification
enlistmentNotification)
System\Transactions\TransactionState.cs (15)
198
IEnlistmentNotification
enlistmentNotification,
219
IEnlistmentNotification
enlistmentNotification,
542
IEnlistmentNotification
enlistmentNotification,
707
IEnlistmentNotification
enlistmentNotification,
852
IEnlistmentNotification
enlistmentNotification,
951
IEnlistmentNotification
enlistmentNotification,
986
IEnlistmentNotification
enlistmentNotification,
1663
IEnlistmentNotification
enlistmentNotification,
1722
IEnlistmentNotification
enlistmentNotification,
2663
internal override Enlistment EnlistVolatile(InternalTransaction tx,
IEnlistmentNotification
enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction)
2675
internal override Enlistment EnlistDurable(InternalTransaction tx, Guid resourceManagerIdentifier,
IEnlistmentNotification
enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction)
3401
IEnlistmentNotification
enlistmentNotification,
3455
IEnlistmentNotification
enlistmentNotification,
3797
IEnlistmentNotification
enlistmentNotification,
3896
IEnlistmentNotification
enlistmentNotification,