2 references to ToEnumerable
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1293foreach (Expr arg in args.ToEnumerable())
Microsoft\CSharp\RuntimeBinder\Semantics\EXPRExtensions.cs (1)
23foreach (Expr item in expr.ToEnumerable())