2 writes to inDispatch
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (2)
33this.inDispatch = false; 72this.inDispatch = value;
3 references to inDispatch
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactedBatchContext.cs (3)
65get { return this.inDispatch; } 68if (this.inDispatch == value) 73if (this.inDispatch)