7 references to Count
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryProcessor.cs (4)
133
return (this.valueStack.frames.
Count
> 0 || this.sequenceStack.frames.
Count
> 0);
178
if (context.sequenceStack.frames.
Count
> 0)
186
if (context.valueStack.frames.
Count
> 0)
System\ServiceModel\Dispatcher\QueryStack.cs (3)
291
int growBy = this.frames.
Count
;
335
return (this.frames.
Count
> 1);
337
return (this.frames.
Count
> 0);