13 references to NotificationCall
System.Transactions.Local (13)
System\Transactions\DurableEnlistmentState.cs (2)
99
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.Rollback);
150
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
System\Transactions\TransactionsEtwProvider.cs (1)
527
internal void EnlistmentStatus(TraceSourceType traceSource, EnlistmentTraceIdentifier enlistmentTraceId,
NotificationCall
notificationCall)
System\Transactions\TransactionState.cs (5)
3273
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.Promote);
3851
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
4259
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.Promote);
4620
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
4656
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.Rollback);
System\Transactions\VolatileEnlistmentState.cs (5)
144
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.Prepare);
216
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
369
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.Rollback);
412
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.Commit);
446
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, enlistment.EnlistmentTraceId,
NotificationCall
.InDoubt);