19 references to TestClassPropertyWithModifier
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (19)
Parsing\DeclarationParsingTests.cs (19)
4701TestClassPropertyWithModifier(SyntaxKind.PublicKeyword); 4702TestClassPropertyWithModifier(SyntaxKind.PrivateKeyword); 4703TestClassPropertyWithModifier(SyntaxKind.ProtectedKeyword); 4704TestClassPropertyWithModifier(SyntaxKind.InternalKeyword); 4705TestClassPropertyWithModifier(SyntaxKind.StaticKeyword); 4706TestClassPropertyWithModifier(SyntaxKind.AbstractKeyword); 4707TestClassPropertyWithModifier(SyntaxKind.VirtualKeyword); 4708TestClassPropertyWithModifier(SyntaxKind.OverrideKeyword); 4709TestClassPropertyWithModifier(SyntaxKind.NewKeyword); 4710TestClassPropertyWithModifier(SyntaxKind.SealedKeyword); 4716TestClassPropertyWithModifier(SyntaxKind.PublicKeyword); 4717TestClassPropertyWithModifier(SyntaxKind.PrivateKeyword); 4718TestClassPropertyWithModifier(SyntaxKind.ProtectedKeyword); 4719TestClassPropertyWithModifier(SyntaxKind.InternalKeyword); 4720TestClassPropertyWithModifier(SyntaxKind.AbstractKeyword); 4721TestClassPropertyWithModifier(SyntaxKind.VirtualKeyword); 4722TestClassPropertyWithModifier(SyntaxKind.OverrideKeyword); 4723TestClassPropertyWithModifier(SyntaxKind.NewKeyword); 4724TestClassPropertyWithModifier(SyntaxKind.SealedKeyword);