4 references to Current
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1128Expr indir = it.Current(); 1283Expr expr = it.Current();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
849Expr oldArg = it.Current(); 864Expr newIndex = it.Current();