9 references to LetKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Query.vb (1)
834operatorNameLocation = clauseSyntax.LetKeyword.Span
Generated\Syntax.xml.Main.Generated.vb (2)
4477Dim newLetKeyword = DirectCast(VisitToken(node.LetKeyword).Node, InternalSyntax.KeywordSyntax) 4478If node.LetKeyword.Node IsNot newLetKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (2)
28193return Update(Me.LetKeyword, variables) 28238If letKeyword <> Me.LetKeyword OrElse variables <> Me.Variables Then
Syntax\SyntaxNodeExtensions.vb (1)
338Return DirectCast(syntax, LetClauseSyntax).LetKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1705Return DirectCast(node, LetClauseSyntax).LetKeyword.Span
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21137Assert.NotNull(objectUnderTest.letKeyword) 21139Dim withObj = objectUnderTest.WithLetKeyword(objectUnderTest.LetKeyword).WithVariables(objectUnderTest.Variables)