Skip to content

Commit a44f12d

Browse files
davidkallesenperkops
authored andcommitted
feat: add PrivateStaticAsync
1 parent ef97a62 commit a44f12d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Atc.CodeGeneration.CSharp/Content/DeclarationModifiers.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ public enum DeclarationModifiers
5555
[Description("private async")]
5656
PrivateAsync,
5757

58+
[Description("private static async")]
59+
PrivateStaticAsync,
60+
5861
[Description("protected")]
5962
Protected,
6063

0 commit comments

Comments
 (0)