2 references to ChildContentHasInvalidParameterOnComponent
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
IntegrationTests\ComponentChildContentIntegrationTest.cs (1)
256Assert.Same(ComponentDiagnosticFactory.ChildContentHasInvalidParameterOnComponent.Id, diagnostic.Id);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentDiagnosticFactory.cs (1)
278=> RazorDiagnostic.Create(ChildContentHasInvalidParameterOnComponent, source, attribute, element);