8 instantiations of TypedTupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
20279Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New TypedTupleElementSyntax(o)
20288ObjectBinder.RegisterTypeReader(GetType(TypedTupleElementSyntax), Function(r) New TypedTupleElementSyntax(r))
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)
49570Dim result = New TypedTupleElementSyntax(SyntaxKind.TypedTupleElement, type)
61648Dim result = New TypedTupleElementSyntax(SyntaxKind.TypedTupleElement, type, _factoryContext)
8 references to TypedTupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)