3 references to ChildContentSetByAttributeAndBody
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
IntegrationTests\ComponentChildContentIntegrationTest.cs (2)
71
Assert.Same(ComponentDiagnosticFactory.
ChildContentSetByAttributeAndBody
.Id, diagnostic.Id);
91
Assert.Same(ComponentDiagnosticFactory.
ChildContentSetByAttributeAndBody
.Id, diagnostic.Id);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentDiagnosticFactory.cs (1)
181
=> RazorDiagnostic.Create(
ChildContentSetByAttributeAndBody
, source, attribute);