10 references to AggregateKeyword
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Query.vb (2)
358
aggregate.
AggregateKeyword
.Span,
553
aggregate.
AggregateKeyword
.Span,
Binding\MemberSemanticModel.vb (1)
1436
ElseIf aggregate.
AggregateKeyword
.SpanStart <= position Then
Generated\Syntax.xml.Main.Generated.vb (2)
4492
Dim newAggregateKeyword = DirectCast(VisitToken(node.
AggregateKeyword
).Node, InternalSyntax.KeywordSyntax)
4493
If node.
AggregateKeyword
.Node IsNot newAggregateKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
28314
return Update(Me.
AggregateKeyword
, variables, Me.AdditionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables)
28340
return Update(Me.
AggregateKeyword
, Me.Variables, additionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables)
28362
return Update(Me.
AggregateKeyword
, Me.Variables, Me.AdditionalQueryOperators, 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