1 implementation of ISinglePhaseNotificationInternal
System.Transactions.Local (1)
System\Transactions\Enlistment.cs (1)
44internal class InternalEnlistment : ISinglePhaseNotificationInternal
10 references to ISinglePhaseNotificationInternal
System.Transactions.Local (10)
System\Transactions\Enlistment.cs (1)
254void ISinglePhaseNotificationInternal.SinglePhaseCommit(IPromotedEnlistment singlePhaseEnlistment)
System\Transactions\Oletx\OletxEnlistment.cs (2)
285ISinglePhaseNotificationInternal singlePhaseNotification = (ISinglePhaseNotificationInternal)localEnlistmentNotification;
System\Transactions\Oletx\OletxTransaction.cs (7)
253ISinglePhaseNotificationInternal singlePhaseNotification, 259etwLog.MethodEnter(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxEnlistment)}.{nameof(EnlistVolatile)}(({nameof(ISinglePhaseNotificationInternal)}"); 277etwLog.MethodExit(TraceSourceType.TraceSourceOleTx, this, $"{nameof(OletxEnlistment)}.{nameof(EnlistVolatile)}(({nameof(ISinglePhaseNotificationInternal)}"); 316ISinglePhaseNotificationInternal singlePhaseNotification, 326$"{nameof(OletxTransaction)}.{nameof(EnlistDurable)}({nameof(ISinglePhaseNotificationInternal)})"); 354$"{nameof(OletxTransaction)}.{nameof(EnlistDurable)}({nameof(ISinglePhaseNotificationInternal)})"); 956ISinglePhaseNotificationInternal enlistmentNotification,