1 interface inheriting from IEnlistmentNotification
System.Transactions.Local (1)
System\Transactions\ISinglePhaseNotification.cs (1)
11public 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)
50protected IEnlistmentNotification? _twoPhaseNotifications; 91protected InternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications) 114IEnlistmentNotification twoPhaseNotifications, 129IEnlistmentNotification twoPhaseNotifications, 169internal IEnlistmentNotification? EnlistmentNotification => _twoPhaseNotifications; 311IEnlistmentNotification twoPhaseNotifications, 319protected DurableInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications) : 335internal RecoveringInternalEnlistment(Enlistment enlistment, IEnlistmentNotification twoPhaseNotifications, object syncRoot) : 371IEnlistmentNotification twoPhaseNotifications, 415IEnlistmentNotification twoPhaseNotifications, 431IEnlistmentNotification twoPhaseNotifications, 473IEnlistmentNotification twoPhaseNotifications, 485internal Enlistment(IEnlistmentNotification twoPhaseNotifications, object syncRoot)
System\Transactions\Transaction.cs (2)
472IEnlistmentNotification enlistmentNotification, 613public Enlistment EnlistVolatile(IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions)
System\Transactions\TransactionManager.cs (1)
140IEnlistmentNotification enlistmentNotification)
System\Transactions\TransactionState.cs (15)
198IEnlistmentNotification enlistmentNotification, 219IEnlistmentNotification enlistmentNotification, 542IEnlistmentNotification enlistmentNotification, 707IEnlistmentNotification enlistmentNotification, 852IEnlistmentNotification enlistmentNotification, 951IEnlistmentNotification enlistmentNotification, 986IEnlistmentNotification enlistmentNotification, 1663IEnlistmentNotification enlistmentNotification, 1722IEnlistmentNotification enlistmentNotification, 2663internal override Enlistment EnlistVolatile(InternalTransaction tx, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 2675internal override Enlistment EnlistDurable(InternalTransaction tx, Guid resourceManagerIdentifier, IEnlistmentNotification enlistmentNotification, EnlistmentOptions enlistmentOptions, Transaction atomicTransaction) 3401IEnlistmentNotification enlistmentNotification, 3455IEnlistmentNotification enlistmentNotification, 3797IEnlistmentNotification enlistmentNotification, 3896IEnlistmentNotification enlistmentNotification,