We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c0a6 commit 5236a40Copy full SHA for 5236a40
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/aspnetcore/Components.qll
@@ -21,12 +21,6 @@ private class MicrosoftAspNetCoreComponentsClass extends Class {
21
}
22
23
24
-/** The `Microsoft.AspNetCore.Components.ParameterAttribute` class. */
25
-class MicrosoftAspNetCoreComponentsParamaterAttributeClass extends MicrosoftAspNetCoreComponentsClass
26
-{
27
- MicrosoftAspNetCoreComponentsParamaterAttributeClass() { this.hasName("ParameterAttribute") }
28
-}
29
-
30
/** The `Microsoft.AspNetCore.Components.CascadingParameterAttributeBase` class. */
31
class MicrosoftAspNetCoreComponentsCascadingParameterAttributeBaseClass extends MicrosoftAspNetCoreComponentsClass
32
{
0 commit comments