2 types derived from TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
20238
Inherits
TupleElementSyntax
20333
Inherits
TupleElementSyntax
8 instantiations of TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (8)
20243
MyBase.
New
(kind)
20252
MyBase.
New
(kind)
20262
MyBase.
New
(kind, errors, annotations)
20271
MyBase.
New
(reader)
20339
MyBase.
New
(kind)
20352
MyBase.
New
(kind)
20366
MyBase.
New
(kind, errors, annotations)
20379
MyBase.
New
(reader)
6 references to TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (4)
20164
Friend ReadOnly Property Elements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
TupleElementSyntax
)
20166
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
TupleElementSyntax
)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of
TupleElementSyntax
)(Me._elements))
37232
Public Overridable Function VisitTupleElement(ByVal node As
TupleElementSyntax
) As VisualBasicSyntaxNode
Parser\Parser.vb (2)
2899
Dim elementBuilder = _pool.AllocateSeparated(Of
TupleElementSyntax
)()
2921
Dim element As
TupleElementSyntax