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