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