Skip to content

Commit

Permalink
remove same values at SA1201ElementsMustAppearInTheCorrectOrder.Membe…
Browse files Browse the repository at this point in the history
…rNames
  • Loading branch information
eliseevev committed Apr 30, 2022
1 parent 6cd35b5 commit ba5af56
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,8 @@ internal class SA1201ElementsMustAppearInTheCorrectOrder : DiagnosticAnalyzer
[SyntaxKind.FieldDeclaration] = "field",
[SyntaxKind.ConstructorDeclaration] = "constructor",
[SyntaxKind.DestructorDeclaration] = "destructor",
[SyntaxKind.DelegateDeclaration] = "delegate",
[SyntaxKind.EventDeclaration] = "event",
[SyntaxKind.EventFieldDeclaration] = "event",
[SyntaxKind.EnumDeclaration] = "enum",
[SyntaxKind.InterfaceDeclaration] = "interface",
[SyntaxKind.PropertyDeclaration] = "property",
[SyntaxKind.IndexerDeclaration] = "indexer",
[SyntaxKind.MethodDeclaration] = "method",
Expand Down

0 comments on commit ba5af56

Please sign in to comment.