8 references to TypedTupleElement
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
21857Dim newNode = SyntaxFactory.TypedTupleElement(type)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
TypeSyntaxGeneratorVisitor.vb (1)
148DirectCast(SyntaxFactory.TypedTupleElement(
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Generated\Syntax.Test.xml.Generated.vb (2)
14341SyntaxFactory.TypedTupleElement(Nothing) 14348return SyntaxFactory.TypedTupleElement(GenerateRedTupleType())
TestSyntaxNodes.vb (2)
153Dim tuple = SyntaxFactory.TupleType(SyntaxFactory.TypedTupleElement(int), SyntaxFactory.TypedTupleElement(int))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
596Return SyntaxFactory.TypedTupleElement(DirectCast(type, TypeSyntax))
TypeSyntaxGeneratorVisitor.vb (1)
148DirectCast(SyntaxFactory.TypedTupleElement(