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