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