2 types derived from TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Internal.Generated.vb (2)
15944
Inherits
TupleElementSyntax
16018
Inherits
TupleElementSyntax
6 instantiations of TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
15949
MyBase.
New
(kind)
15958
MyBase.
New
(kind)
15968
MyBase.
New
(kind, errors, annotations)
16024
MyBase.
New
(kind)
16037
MyBase.
New
(kind)
16051
MyBase.
New
(kind, errors, annotations)
6 references to TupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (4)
15874
Friend ReadOnly Property Elements As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
TupleElementSyntax
)
15876
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of
TupleElementSyntax
)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of
TupleElementSyntax
)(Me._elements))
29304
Public Overridable Function VisitTupleElement(ByVal node As
TupleElementSyntax
) As VisualBasicSyntaxNode
Parser\Parser.vb (2)
2906
Dim elementBuilder = _pool.AllocateSeparated(Of
TupleElementSyntax
)()
2928
Dim element As
TupleElementSyntax