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