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