Language\Intermediate\CommonModifiers.cs (24)
16GetText(CSharpSyntaxKind.InternalKeyword)];
19GetText(CSharpSyntaxKind.InternalKeyword),
20GetText(CSharpSyntaxKind.SealedKeyword)];
23GetText(CSharpSyntaxKind.InternalKeyword),
24GetText(CSharpSyntaxKind.StaticKeyword)];
27GetText(CSharpSyntaxKind.PrivateKeyword)];
30GetText(CSharpSyntaxKind.PrivateKeyword),
31GetText(CSharpSyntaxKind.ReadOnlyKeyword)];
34GetText(CSharpSyntaxKind.PrivateKeyword),
35GetText(CSharpSyntaxKind.SealedKeyword)];
38GetText(CSharpSyntaxKind.FileKeyword),
39GetText(CSharpSyntaxKind.SealedKeyword)];
42GetText(CSharpSyntaxKind.ProtectedKeyword)];
45GetText(CSharpSyntaxKind.ProtectedKeyword),
46GetText(CSharpSyntaxKind.OverrideKeyword)];
49GetText(CSharpSyntaxKind.PublicKeyword)];
52GetText(CSharpSyntaxKind.PublicKeyword),
53GetText(CSharpSyntaxKind.AsyncKeyword),
54GetText(CSharpSyntaxKind.OverrideKeyword)];
57GetText(CSharpSyntaxKind.PublicKeyword),
58GetText(CSharpSyntaxKind.OverrideKeyword),
59GetText(CSharpSyntaxKind.AsyncKeyword)];
62GetText(CSharpSyntaxKind.PublicKeyword),
63GetText(CSharpSyntaxKind.PartialKeyword)];