2 writes to waiting
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
846this.waiting = requestTransaction; 898this.waiting = null;
3 references to waiting
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
712if (!(waiting == null)) 895if (this.waiting != null) 897this.current = waiting;