Skip to content

Commit

Permalink
Merge pull request #3496 from eliseev-ev/remove-same-keys-at-member-n…
Browse files Browse the repository at this point in the history
…ames

Remove same values at SA1201ElementsMustAppearInTheCorrectOrder.MemberNames
  • Loading branch information
sharwell committed May 2, 2022
2 parents e0ee7b2 + ba5af56 commit 4fba7cd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,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 4fba7cd

Please sign in to comment.