4 references to TypedTupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
20315Return new TypedTupleElementSyntax(Me.Kind, newErrors, GetAnnotations, _type) 20319Return new TypedTupleElementSyntax(Me.Kind, GetDiagnostics, annotations, _type) 40055Return New TypedTupleElementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newType)
Generated\Syntax.xml.Syntax.Generated.vb (1)
21803Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypedTupleElementSyntax(kind, errors, annotations, DirectCast(type.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.TypeSyntax)), Nothing, 0)