11 references to EnlistmentType
System.Transactions.Local (11)
System\Transactions\TransactionsEtwProvider.cs (2)
559
internal void EnlistmentCreated(TraceSourceType traceSource, EnlistmentTraceIdentifier enlistmentTraceId,
EnlistmentType
enlistmentType, EnlistmentOptions enlistmentOptions)
1202
internal void TransactionstateEnlist(EnlistmentTraceIdentifier enlistmentID,
EnlistmentType
enlistmentType, EnlistmentOptions enlistmentOption)
System\Transactions\TransactionState.cs (9)
579
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.Durable, EnlistmentOptions.None);
725
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
751
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
777
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.PromotableSinglePhase, EnlistmentOptions.None);
1004
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
1031
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
1066
etwLog.TransactionstateEnlist(tx._durableEnlistment.EnlistmentTraceId,
EnlistmentType
.PromotableSinglePhase, EnlistmentOptions.None);
3422
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);
3449
etwLog.TransactionstateEnlist(enlistment.InternalEnlistment.EnlistmentTraceId,
EnlistmentType
.Volatile, enlistmentOptions);