6 references to WhereKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Query.vb (1)
2245StringConstants.WhereMethod, where.WhereKeyword.Span,
Binding\MemberSemanticModel.vb (1)
1376binder = GetSingleLambdaClauseLambdaBinder(where, where.WhereKeyword, position)
Generated\Syntax.xml.Main.Generated.vb (2)
4526Dim newWhereKeyword = DirectCast(VisitToken(node.WhereKeyword).Node, InternalSyntax.KeywordSyntax) 4527If node.WhereKeyword.Node IsNot newWhereKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
28599return Update(Me.WhereKeyword, condition) 28640If whereKeyword <> Me.WhereKeyword OrElse condition IsNot Me.Condition Then