5 references to TestClassConstructorWithModifier
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\DeclarationParsingTests.cs (5)
3552TestClassConstructorWithModifier(SyntaxKind.PublicKeyword); 3553TestClassConstructorWithModifier(SyntaxKind.PrivateKeyword); 3554TestClassConstructorWithModifier(SyntaxKind.ProtectedKeyword); 3555TestClassConstructorWithModifier(SyntaxKind.InternalKeyword); 3556TestClassConstructorWithModifier(SyntaxKind.StaticKeyword);