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