16 references to ServiceModelTransaction
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceCode.cs (15)
322
public const int TxSourceTxScopeRequiredIsTransactedTransport = TraceCode.
ServiceModelTransaction
| 0X0001;
323
public const int TxSourceTxScopeRequiredIsTransactionFlow = TraceCode.
ServiceModelTransaction
| 0X0002;
324
public const int TxSourceTxScopeRequiredIsAttachedTransaction = TraceCode.
ServiceModelTransaction
| 0X0003;
325
public const int TxSourceTxScopeRequiredIsCreateNewTransaction = TraceCode.
ServiceModelTransaction
| 0X0004;
326
public const int TxCompletionStatusCompletedForAutocomplete = TraceCode.
ServiceModelTransaction
| 0X0005;
327
public const int TxCompletionStatusCompletedForError = TraceCode.
ServiceModelTransaction
| 0X0006;
328
public const int TxCompletionStatusCompletedForSetComplete = TraceCode.
ServiceModelTransaction
| 0X0007;
329
public const int TxCompletionStatusCompletedForTACOSC = TraceCode.
ServiceModelTransaction
| 0X0008;
330
public const int TxCompletionStatusCompletedForAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X0009;
331
public const int TxCompletionStatusRemainsAttached = TraceCode.
ServiceModelTransaction
| 0X000A;
332
public const int TxCompletionStatusAbortedOnSessionClose = TraceCode.
ServiceModelTransaction
| 0X000B;
333
public const int TxReleaseServiceInstanceOnCompletion = TraceCode.
ServiceModelTransaction
| 0X000C;
334
public const int TxAsyncAbort = TraceCode.
ServiceModelTransaction
| 0X000D;
335
public const int TxFailedToNegotiateOleTx = TraceCode.
ServiceModelTransaction
| 0X000E;
336
public const int TxSourceTxScopeRequiredUsingExistingTransaction = TraceCode.
ServiceModelTransaction
| 0X000F;
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\TraceUtility.cs (1)
223
case TraceCode.
ServiceModelTransaction
: