1 write to ByKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Query.vb (1)
1839
Return GetQueryOperatorNameSpan(groupBy.GroupKeyword, groupBy.
ByKeyword
)
16 references to ByKeyword
Microsoft.CodeAnalysis.VisualBasic (12)
Binding\MemberSemanticModel.vb (1)
1591
If position < groupBy.
ByKeyword
.SpanStart Then
Generated\Syntax.xml.Main.Generated.vb (2)
4577
Dim newByKeyword = DirectCast(VisitToken(node.
ByKeyword
).Node, InternalSyntax.KeywordSyntax)
4578
If node.
ByKeyword
.Node IsNot newByKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (6)
28945
return Update(groupKeyword, Me.Items, Me.
ByKeyword
, Me.Keys, Me.IntoKeyword, Me.AggregationVariables)
28970
return Update(Me.GroupKeyword, items, Me.
ByKeyword
, Me.Keys, Me.IntoKeyword, Me.AggregationVariables)
29013
return Update(Me.GroupKeyword, Me.Items, Me.
ByKeyword
, keys, Me.IntoKeyword, Me.AggregationVariables)
29032
return Update(Me.GroupKeyword, Me.Items, Me.
ByKeyword
, Me.Keys, intoKeyword, Me.AggregationVariables)
29054
return Update(Me.GroupKeyword, Me.Items, Me.
ByKeyword
, Me.Keys, Me.IntoKeyword, aggregationVariables)
29119
If groupKeyword <> Me.GroupKeyword OrElse items <> Me.Items OrElse byKeyword <> Me.
ByKeyword
OrElse keys <> Me.Keys OrElse intoKeyword <> Me.IntoKeyword OrElse aggregationVariables <> Me.AggregationVariables Then
Syntax\LambdaUtilities.vb (3)
291
If rangeVariable.SpanStart < groupByClause.
ByKeyword
.SpanStart OrElse
292
(rangeVariable.SpanStart = groupByClause.
ByKeyword
.SpanStart AndAlso rangeVariable Is groupByClause.Items.Last) Then
393
If lambdaBody.SpanStart < groupByClause.
ByKeyword
.SpanStart Then
Microsoft.CodeAnalysis.VisualBasic.Features (4)
EditAndContinue\BreakpointSpans.vb (1)
397
If position < clause.
ByKeyword
.SpanStart Then
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (3)
291
If rangeVariable.SpanStart < groupByClause.
ByKeyword
.SpanStart OrElse
292
(rangeVariable.SpanStart = groupByClause.
ByKeyword
.SpanStart AndAlso rangeVariable Is groupByClause.Items.Last) Then
393
If lambdaBody.SpanStart < groupByClause.
ByKeyword
.SpanStart Then