2 writes to pending
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
864
this.
pending
= new Dictionary<Transaction, RemoveReferenceRM>();
871
this.
pending
= new Dictionary<Transaction, RemoveReferenceRM>();
10 references to pending
System.ServiceModel (10)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (10)
734
else if (!this.
pending
.ContainsKey(rpc.Transaction.Current))
761
if (this.
pending
.ContainsKey(transaction))
808
if (this.
pending
.ContainsKey(transaction))
862
if (this.
pending
== null)
869
if (this.
pending
== null)
875
if (!this.
pending
.TryGetValue(tx, out rm))
879
this.
pending
.Add(tx, rrm);
929
if (this.
pending
!= null)
931
if (this.
pending
.ContainsKey(tx))
933
this.
pending
.Remove(tx);