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