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