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)
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)
8 references to TypedTupleElementSyntax
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
20288ObjectBinder.RegisterTypeReader(GetType(TypedTupleElementSyntax), Function(r) New TypedTupleElementSyntax(r)) 37236Public Overridable Function VisitTypedTupleElement(ByVal node As TypedTupleElementSyntax) As VisualBasicSyntaxNode 40048Public Overrides Function VisitTypedTupleElement(ByVal node As TypedTupleElementSyntax) As VisualBasicSyntaxNode 49561Friend Shared Function TypedTupleElement(type As TypeSyntax) As TypedTupleElementSyntax 49567Return DirectCast(cached, TypedTupleElementSyntax) 61639Friend Function TypedTupleElement(type As TypeSyntax) As TypedTupleElementSyntax 61645Return DirectCast(cached, TypedTupleElementSyntax)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
907Private Shared Function GenerateGreenTypedTupleElement() As InternalSyntax.TypedTupleElementSyntax