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