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