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)
70Dim current As QueryClauseSyntax = operators.Current 105Dim current As QueryClauseSyntax = operators.Current 171Dim source As BoundQueryClauseBase = BindFromClause(Nothing, DirectCast(operators.Current, FromClauseSyntax), operators, diagnostics) 198Dim aggregate = DirectCast(operators.Current, AggregateClauseSyntax) 305Debug.Assert(operatorsEnumerator.Current Is aggregate) 653Debug.Assert(clauseSyntax Is operatorsEnumerator.Current) 765Debug.Assert(clauseSyntax Is operatorsEnumerator.Current) 869Select Case operatorsEnumerator.Current.Kind 881Dim groupBy = DirectCast(operatorsEnumerator.Current, GroupByClauseSyntax) 960Debug.Assert(from Is operatorsEnumerator.Current) 1244Dim nextOperator As QueryClauseSyntax = copyOfOperatorsEnumerator.Current 1285Debug.Assert(absorbNextOperator Is operatorsEnumerator.Current) 1386Debug.Assert(join Is operatorsEnumerator.Current) 1634Debug.Assert(groupJoin Is operatorsEnumerator.Current) 2702Select Case operatorsEnumerator.Current.Kind 2960(variable Is DirectCast(operatorsEnumerator.Current, LetClauseSyntax).Variables.Last() AndAlso 2987Debug.Assert(operatorsEnumerator.Current Is aggregate) 3120Debug.Assert(absorbNextOperator Is operatorsEnumerator.Current)