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