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