1 instantiation of ComponentParametersShouldBePublicCodeFixProvider
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
ComponentParametersShouldBePublicCodeFixProviderTest.cs (1)
117return new ComponentParametersShouldBePublicCodeFixProvider();
1 reference to ComponentParametersShouldBePublicCodeFixProvider
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
17[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(ComponentParametersShouldBePublicCodeFixProvider)), Shared]