19 references to TestClassPropertyWithModifier
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (19)
Parsing\DeclarationParsingTests.cs (19)
4647TestClassPropertyWithModifier(SyntaxKind.PublicKeyword); 4648TestClassPropertyWithModifier(SyntaxKind.PrivateKeyword); 4649TestClassPropertyWithModifier(SyntaxKind.ProtectedKeyword); 4650TestClassPropertyWithModifier(SyntaxKind.InternalKeyword); 4651TestClassPropertyWithModifier(SyntaxKind.StaticKeyword); 4652TestClassPropertyWithModifier(SyntaxKind.AbstractKeyword); 4653TestClassPropertyWithModifier(SyntaxKind.VirtualKeyword); 4654TestClassPropertyWithModifier(SyntaxKind.OverrideKeyword); 4655TestClassPropertyWithModifier(SyntaxKind.NewKeyword); 4656TestClassPropertyWithModifier(SyntaxKind.SealedKeyword); 4662TestClassPropertyWithModifier(SyntaxKind.PublicKeyword); 4663TestClassPropertyWithModifier(SyntaxKind.PrivateKeyword); 4664TestClassPropertyWithModifier(SyntaxKind.ProtectedKeyword); 4665TestClassPropertyWithModifier(SyntaxKind.InternalKeyword); 4666TestClassPropertyWithModifier(SyntaxKind.AbstractKeyword); 4667TestClassPropertyWithModifier(SyntaxKind.VirtualKeyword); 4668TestClassPropertyWithModifier(SyntaxKind.OverrideKeyword); 4669TestClassPropertyWithModifier(SyntaxKind.NewKeyword); 4670TestClassPropertyWithModifier(SyntaxKind.SealedKeyword);