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