26 references to NotificationCall
System.Transactions.Local (26)
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\Oletx\OletxEnlistment.cs (7)
120
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Rollback);
143
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Commit);
290
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.SinglePhaseCommit);
306
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Prepare);
402
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Commit);
481
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Rollback);
651
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Prepare);
System\Transactions\Oletx\OletxResourceManager.cs (2)
686
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, localEnlistment.EnlistmentTraceId,
NotificationCall
.Commit);
697
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, localEnlistment.EnlistmentTraceId,
NotificationCall
.Rollback);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (4)
1062
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Prepare);
1143
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Commit);
1212
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.Rollback);
1278
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceOleTx, InternalTraceIdentifier,
NotificationCall
.InDoubt);
System\Transactions\TransactionsEtwProvider.cs (1)
521
internal void EnlistmentStatus(TraceSourceType traceSource, EnlistmentTraceIdentifier enlistmentTraceId,
NotificationCall
notificationCall)
System\Transactions\TransactionState.cs (5)
3270
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.Promote);
3848
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
4256
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.Promote);
4617
etwLog.EnlistmentStatus(TraceSourceType.TraceSourceLtm, tx._durableEnlistment.EnlistmentTraceId,
NotificationCall
.SinglePhaseCommit);
4653
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);