1 write to transaction
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
95this.transaction = TransactionBehavior.CreateIfNeeded(dispatch);
14 references to transaction
System.ServiceModel (14)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (14)
1046if (this.transaction != null) 1048this.transaction.ResolveTransaction(ref rpc); 1051this.transaction.SetCurrent(ref rpc); 1076if (this.transaction != null) 1192if (this.transaction != null) 1194this.transaction.InitializeCallContext(ref rpc); 1208if (this.transaction != null) 1210this.transaction.ClearCallContext(ref rpc); 1296if (this.transaction != null) 1298this.transaction.InitializeCallContext(ref rpc); 1307if (this.transaction != null) 1309this.transaction.ClearCallContext(ref rpc); 1661if (this.transaction != null) 1668this.transaction.ResolveOutcome(ref rpc);