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