3 writes to _letKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
20460Me._letKeyword = letKeyword 20474Me._letKeyword = letKeyword 20487Me._letKeyword = letKeyword
6 references to _letKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
20504Return Me._letKeyword 20520Return Me._letKeyword 20531Return new LetClauseSyntax(Me.Kind, newErrors, GetAnnotations, _letKeyword, _variables) 20535Return new LetClauseSyntax(Me.Kind, GetDiagnostics, annotations, _letKeyword, _variables) 32805If node._letKeyword IsNot newLetKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
28161return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LetClauseSyntax)._letKeyword, Me.Position, 0)