37 references to Count
System.ServiceModel (37)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (1)
1373
int argCount = arg.
Count
;
System\ServiceModel\Dispatcher\QueryFunctions.cs (16)
143
int iterationCount = context.TopArg.
Count
;
149
Fx.Assert(iteration < arg.
Count
, "");
1065
Fx.Assert(arg1.
Count
== arg2.
Count
, "");
1100
Fx.Assert(arg1.
Count
== arg2.
Count
, "");
1117
Fx.Assert(arg1.
Count
== arg2.
Count
, "");
1135
Fx.Assert(arg1.
Count
== arg2.
Count
, "");
1153
Fx.Assert(arg1.
Count
== arg2.
Count
, "");
1175
Fx.Assert(argString.
Count
== argStartAt.
Count
, "");
1176
Fx.Assert(argString.
Count
== argLimit.
Count
, "");
System\ServiceModel\Dispatcher\QueryMath.cs (10)
58
Fx.Assert(argX.
Count
== argY.
Count
, "");
85
Fx.Assert(argX.
Count
== argY.
Count
, "");
112
Fx.Assert(argX.
Count
== argY.
Count
, "");
139
Fx.Assert(argX.
Count
== argY.
Count
, "");
167
Fx.Assert(argX.
Count
== argY.
Count
, "");
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (1)
762
if (1 == arg.
Count
)
System\ServiceModel\Dispatcher\QueryRelOp.cs (4)
52
Fx.Assert(argX.
Count
== argY.
Count
, "");
158
if (1 == arg.
Count
)
232
if (1 == arg.
Count
)
System\ServiceModel\Dispatcher\QueryResultOp.cs (2)
37
if (1 == topFrame.
Count
)
242
if (1 == topFrame.
Count
)
System\ServiceModel\Dispatcher\QuerySetOp.cs (2)
145
Fx.Assert(topArg.
Count
== secondArg.
Count
, "");
System\ServiceModel\Dispatcher\QueryStack.cs (1)
419
int argCount = topFrame.
Count
;