5 references to TestClassConstructorWithModifier
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\DeclarationParsingTests.cs (5)
3606TestClassConstructorWithModifier(SyntaxKind.PublicKeyword); 3607TestClassConstructorWithModifier(SyntaxKind.PrivateKeyword); 3608TestClassConstructorWithModifier(SyntaxKind.ProtectedKeyword); 3609TestClassConstructorWithModifier(SyntaxKind.InternalKeyword); 3610TestClassConstructorWithModifier(SyntaxKind.StaticKeyword);