aspnetcore/test/Mvc.Analyzers.Test/TestFiles/CodeAnalysisExtensionsTest/GetAttributes_OnMethodWitho...

8 lines
159 B
C#

namespace Microsoft.AspNetCore.Mvc.Analyzers
{
public class GetAttributes_OnMethodWithoutAttributesClass
{
public void Method() { }
}
}