3 references to Count
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1160
int numIndexArguments = ExpressionIterator.
Count
(optionalIndexerArguments);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1112
int argCount = ExpressionIterator.
Count
(argsPtr);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
965
int parameterCount = ExpressionIterator.
Count
(args);