1 interface inheriting from IEnlistmentNotificationInternal
System.Transactions.Local (1)
System\Transactions\ISinglePhaseNotification.cs (1)
6internal interface ISinglePhaseNotificationInternal : IEnlistmentNotificationInternal
1 implementation of IEnlistmentNotificationInternal
System.Transactions.Local (1)
System\Transactions\VolatileEnlistmentMultiplexing.cs (1)
15internal abstract class VolatileDemultiplexer : IEnlistmentNotificationInternal
26 references to IEnlistmentNotificationInternal
System.Transactions.Local (26)
System\Transactions\Enlistment.cs (4)
273void IEnlistmentNotificationInternal.Prepare(IPromotedEnlistment preparingEnlistment) 280void IEnlistmentNotificationInternal.Commit(IPromotedEnlistment enlistment) 287void IEnlistmentNotificationInternal.Rollback(IPromotedEnlistment enlistment) 294void IEnlistmentNotificationInternal.InDoubt(IPromotedEnlistment enlistment)
System\Transactions\Oletx\OletxEnlistment.cs (8)
30private IEnlistmentNotificationInternal? _iEnlistmentNotification; 53IEnlistmentNotificationInternal enlistmentNotification, 83IEnlistmentNotificationInternal enlistmentNotification, 183internal IEnlistmentNotificationInternal? EnlistmentNotification => _iEnlistmentNotification; 246IEnlistmentNotificationInternal localEnlistmentNotification; 377IEnlistmentNotificationInternal? localEnlistmentNotification = null; 447IEnlistmentNotificationInternal? localEnlistmentNotification = null; 558IEnlistmentNotificationInternal? localEnlistmentNotification = null;
System\Transactions\Oletx\OletxResourceManager.cs (2)
259IEnlistmentNotificationInternal enlistmentNotification, 346internal OletxEnlistment Reenlist(byte[] prepareInfo, IEnlistmentNotificationInternal enlistmentNotification)
System\Transactions\Oletx\OletxTransaction.cs (5)
284IEnlistmentNotificationInternal enlistmentNotification, 290etwLog.MethodEnter(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxTransaction)}.{nameof(EnlistVolatile)}({nameof(IEnlistmentNotificationInternal)}"); 308etwLog.MethodExit(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxTransaction)}.{nameof(EnlistVolatile)}({nameof(IEnlistmentNotificationInternal)}"); 841IEnlistmentNotificationInternal enlistmentNotification, 965IEnlistmentNotificationInternal enlistmentNotification,
System\Transactions\Oletx\OletxTransactionManager.cs (1)
486IEnlistmentNotificationInternal enlistmentNotification)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (6)
999private readonly IEnlistmentNotificationInternal _iEnlistmentNotification; 1012IEnlistmentNotificationInternal enlistmentNotification, 1035IEnlistmentNotificationInternal localEnlistmentNotification; 1118IEnlistmentNotificationInternal? localEnlistmentNotification = null; 1180IEnlistmentNotificationInternal? localEnlistmentNotification = null; 1248IEnlistmentNotificationInternal? localEnlistmentNotification = null;