20 references to Current
Microsoft.CodeAnalysis (2)
Syntax\SyntaxList`1.Enumerator.cs (2)
80return _e.Current; 92return _e.Current;
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Query.vb (18)
69Dim current As QueryClauseSyntax = operators.Current 104Dim current As QueryClauseSyntax = operators.Current 170Dim source As BoundQueryClauseBase = BindFromClause(Nothing, DirectCast(operators.Current, FromClauseSyntax), operators, diagnostics) 197Dim aggregate = DirectCast(operators.Current, AggregateClauseSyntax) 304Debug.Assert(operatorsEnumerator.Current Is aggregate) 652Debug.Assert(clauseSyntax Is operatorsEnumerator.Current) 764Debug.Assert(clauseSyntax Is operatorsEnumerator.Current) 868Select Case operatorsEnumerator.Current.Kind 880Dim groupBy = DirectCast(operatorsEnumerator.Current, GroupByClauseSyntax) 959Debug.Assert(from Is operatorsEnumerator.Current) 1243Dim nextOperator As QueryClauseSyntax = copyOfOperatorsEnumerator.Current 1284Debug.Assert(absorbNextOperator Is operatorsEnumerator.Current) 1385Debug.Assert(join Is operatorsEnumerator.Current) 1633Debug.Assert(groupJoin Is operatorsEnumerator.Current) 2701Select Case operatorsEnumerator.Current.Kind 2959(variable Is DirectCast(operatorsEnumerator.Current, LetClauseSyntax).Variables.Last() AndAlso 2986Debug.Assert(operatorsEnumerator.Current Is aggregate) 3119Debug.Assert(absorbNextOperator Is operatorsEnumerator.Current)