6 instantiations of ComponentParameterAnalyzer
Microsoft.AspNetCore.Components.Analyzers.Tests (6)
ComponentParameterCaptureUnmatchedValuesHasWrongTypeTest.cs (1)
76return new ComponentParameterAnalyzer();
ComponentParameterCaptureUnmatchedValuesMustBeUniqueTest.cs (1)
64return new ComponentParameterAnalyzer();
ComponentParameterSettersShouldBePublicTest.cs (1)
108protected override DiagnosticAnalyzer GetCSharpDiagnosticAnalyzer() => new ComponentParameterAnalyzer();
ComponentParameterShouldBeAutoPropertiesTest.cs (1)
151protected override DiagnosticAnalyzer GetCSharpDiagnosticAnalyzer() => new ComponentParameterAnalyzer();
ComponentParametersShouldBePublicCodeFixProviderTest.cs (1)
122return new ComponentParameterAnalyzer();
ComponentParametersShouldBePublicTest.cs (1)
103protected override DiagnosticAnalyzer GetCSharpDiagnosticAnalyzer() => new ComponentParameterAnalyzer();