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