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