12 writes to nodeCount
System.ServiceModel (12)
System\ServiceModel\Dispatcher\QueryProcessor.cs (12)
25this.nodeCount = -1; 58this.nodeCount = this.sequenceStack.CalculateNodecount(); 61this.nodeCount = 1; 77this.nodeCount = value; 170this.nodeCount = -1; 194this.nodeCount = context.nodeCount; 253this.nodeCount = -1; 312this.nodeCount = -1; 318this.nodeCount = -1; 324this.nodeCount = -1; 337this.nodeCount = -1; 362this.nodeCount = -1;
5 references to nodeCount
System.ServiceModel (5)
System\ServiceModel\Dispatcher\QueryProcessor.cs (5)
56if (-1 == this.nodeCount) 59if (this.nodeCount == 0 && !this.sequenceStack.InUse) 65return this.nodeCount; 73return this.nodeCount; 194this.nodeCount = context.nodeCount;