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