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