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