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