4 references to Current
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1103
Expr indir = it.
Current
();
1258
Expr expr = it.
Current
();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (2)
848
Expr oldArg = it.
Current
();
863
Expr newIndex = it.
Current
();