File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
StyleCop.Analyzers/StyleCop.Analyzers/Lightup Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,11 @@ internal static class SyntaxKindEx
5454 public const SyntaxKind SwitchExpressionArm = ( SyntaxKind ) 9026 ;
5555 public const SyntaxKind VarPattern = ( SyntaxKind ) 9027 ;
5656 public const SyntaxKind ParenthesizedPattern = ( SyntaxKind ) 9028 ;
57+ public const SyntaxKind RelationalPattern = ( SyntaxKind ) 9029 ;
58+ public const SyntaxKind TypePattern = ( SyntaxKind ) 9030 ;
59+ public const SyntaxKind OrPattern = ( SyntaxKind ) 9031 ;
60+ public const SyntaxKind AndPattern = ( SyntaxKind ) 9032 ;
61+ public const SyntaxKind NotPattern = ( SyntaxKind ) 9033 ;
5762 public const SyntaxKind SlicePattern = ( SyntaxKind ) 9034 ;
5863 public const SyntaxKind ListPattern = ( SyntaxKind ) 9035 ;
5964 public const SyntaxKind DeclarationExpression = ( SyntaxKind ) 9040 ;
You can’t perform that action at this time.
0 commit comments