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