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