2 implementations of TupleType
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
70public int TupleType => (int)SyntaxKind.TupleType;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
73Public ReadOnly Property TupleType As Integer = SyntaxKind.TupleType Implements ISyntaxKinds.TupleType
2 references to TupleType
Microsoft.CodeAnalysis.CodeStyle (1)
ISyntaxFactsExtensions.cs (1)
736=> node?.RawKind == syntaxFacts.SyntaxKinds.TupleType;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
73Public ReadOnly Property TupleType As Integer = SyntaxKind.TupleType Implements ISyntaxKinds.TupleType