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