1 instantiation of RemoveReferenceRM
System.ServiceModel (1)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (1)
877RemoveReferenceRM rrm = new RemoveReferenceRM(this.instanceContext, tx, rpc.Operation.Name);
5 references to RemoveReferenceRM
System.ServiceModel (5)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (5)
629Dictionary<Transaction, RemoveReferenceRM> pending; // When Concurrency=true, all the still pending guys. 864this.pending = new Dictionary<Transaction, RemoveReferenceRM>(); 871this.pending = new Dictionary<Transaction, RemoveReferenceRM>(); 874RemoveReferenceRM rm; 877RemoveReferenceRM rrm = new RemoveReferenceRM(this.instanceContext, tx, rpc.Operation.Name);