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