8 instantiations of LetClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
26032Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New LetClauseSyntax(o) 26042ObjectBinder.RegisterTypeReader(GetType(LetClauseSyntax), Function(r) New LetClauseSyntax(r)) 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) 51974Dim result = New LetClauseSyntax(SyntaxKind.LetClause, letKeyword, variables.Node) 64052Dim result = New LetClauseSyntax(SyntaxKind.LetClause, letKeyword, variables.Node, _factoryContext)
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)
10 references to LetClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (7)
26042ObjectBinder.RegisterTypeReader(GetType(LetClauseSyntax), Function(r) New LetClauseSyntax(r)) 37420Public Overridable Function VisitLetClause(ByVal node As LetClauseSyntax) As VisualBasicSyntaxNode 40729Public Overrides Function VisitLetClause(ByVal node As LetClauseSyntax) As VisualBasicSyntaxNode 51965Friend Shared Function LetClause(letKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As LetClauseSyntax 51971Return DirectCast(cached, LetClauseSyntax) 64043Friend Function LetClause(letKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As LetClauseSyntax 64049Return DirectCast(cached, LetClauseSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28161return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.LetClauseSyntax)._letKeyword, Me.Position, 0)
Parser\ParseQuery.vb (1)
951Private Function ParseLetOperator(LetKw As KeywordSyntax) As LetClauseSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1195Private Shared Function GenerateGreenLetClause() As InternalSyntax.LetClauseSyntax