4 references to LetClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
26081
Return new
LetClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _letKeyword, _variables)
26085
Return new
LetClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _letKeyword, _variables)
40738
Return New
LetClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newLetKeyword, newVariables.Node)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28153
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
LetClauseSyntax
(kind, errors, annotations, letKeyword, if(variables IsNot Nothing, variables.Green, Nothing)), Nothing, 0)