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