11 references to EnlistmentCallback
System.Transactions.Local (11)
System\Transactions\Oletx\OletxEnlistment.cs (6)
684
etwLog.EnlistmentCallbackPositive(InternalTraceIdentifier,
EnlistmentCallback
.Done);
857
etwLog.EnlistmentCallbackPositive(InternalTraceIdentifier,
EnlistmentCallback
.Prepared);
965
etwLog.EnlistmentCallbackNegative(InternalTraceIdentifier,
EnlistmentCallback
.ForceRollback);
1034
etwLog.EnlistmentCallbackPositive(InternalTraceIdentifier,
EnlistmentCallback
.Committed);
1092
etwLog.EnlistmentCallbackNegative(InternalTraceIdentifier,
EnlistmentCallback
.Aborted);
1140
etwLog.EnlistmentCallbackNegative(InternalTraceIdentifier,
EnlistmentCallback
.InDoubt);
System\Transactions\Oletx\OletxVolatileEnlistment.cs (3)
1319
etwLog.EnlistmentCallbackPositive(InternalTraceIdentifier,
EnlistmentCallback
.Done);
1364
etwLog.EnlistmentCallbackPositive(InternalTraceIdentifier,
EnlistmentCallback
.Prepared);
1441
etwLog.EnlistmentCallbackNegative(InternalTraceIdentifier,
EnlistmentCallback
.ForceRollback);
System\Transactions\TransactionsEtwProvider.cs (2)
736
internal void EnlistmentCallbackPositive(EnlistmentTraceIdentifier enlistmentTraceIdentifier,
EnlistmentCallback
callback)
754
internal void EnlistmentCallbackNegative(EnlistmentTraceIdentifier enlistmentTraceIdentifier,
EnlistmentCallback
callback)