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