1 write to ByKeyword
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_Query.vb (1)
2592operatorNameLocation = GetQueryOperatorNameSpan(orderBy.OrderKeyword, orderBy.ByKeyword)
7 references to ByKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\MemberSemanticModel.vb (2)
1397binder = GetSingleLambdaClauseLambdaBinder(orderBy, If(orderBy.ByKeyword.IsMissing, orderBy.OrderKeyword, orderBy.ByKeyword), position)
Generated\Syntax.xml.Main.Generated.vb (2)
4663Dim newByKeyword = DirectCast(VisitToken(node.ByKeyword).Node, InternalSyntax.KeywordSyntax) 4664If node.ByKeyword.Node IsNot newByKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
30032return Update(orderKeyword, Me.ByKeyword, Me.Orderings) 30072return Update(Me.OrderKeyword, Me.ByKeyword, orderings) 30120If orderKeyword <> Me.OrderKeyword OrElse byKeyword <> Me.ByKeyword OrElse orderings <> Me.Orderings Then