10 references to IntoKeyword
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Query.vb (1)
262aggregate.IntoKeyword.GetLocation(),
Binding\MemberSemanticModel.vb (2)
1424If Not aggregate.IntoKeyword.IsMissing AndAlso aggregate.IntoKeyword.SpanStart <= position Then
Generated\Syntax.xml.Main.Generated.vb (2)
4498Dim newIntoKeyword = DirectCast(VisitToken(node.IntoKeyword).Node, InternalSyntax.KeywordSyntax) 4499If node.IntoKeyword.Node IsNot newIntoKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
28292return Update(aggregateKeyword, Me.Variables, Me.AdditionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables) 28314return Update(Me.AggregateKeyword, variables, Me.AdditionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables) 28340return Update(Me.AggregateKeyword, Me.Variables, additionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables) 28384return Update(Me.AggregateKeyword, Me.Variables, Me.AdditionalQueryOperators, Me.IntoKeyword, aggregationVariables) 28446If aggregateKeyword <> Me.AggregateKeyword OrElse variables <> Me.Variables OrElse additionalQueryOperators <> Me.AdditionalQueryOperators OrElse intoKeyword <> Me.IntoKeyword OrElse aggregationVariables <> Me.AggregationVariables Then