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