5 writes to contextOnTopOfStack
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
260
this.sequenceStack.
contextOnTopOfStack
= false;
330
this.sequenceStack.
contextOnTopOfStack
= true;
System\ServiceModel\Dispatcher\QueryStack.cs (3)
174
this.
contextOnTopOfStack
= false;
254
this.
contextOnTopOfStack
= false;
262
this.
contextOnTopOfStack
= stack.contextOnTopOfStack;
2 references to contextOnTopOfStack
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryStack.cs (2)
262
this.contextOnTopOfStack = stack.
contextOnTopOfStack
;
334
if (
contextOnTopOfStack
)