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