6 references to GenericComponentTypeInferenceUnderspecified
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
IntegrationTests\ComponentCodeGenerationTestBase.cs (3)
7411Assert.Same(ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id, diagnostic.Id); 7872Assert.Same(ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id, diagnostic.Id); 8020Assert.Same(ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id, diagnostic.Id);
IntegrationTests\ComponentGenericTypeIntegrationTest.cs (1)
96Assert.Same(ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id, diagnostic.Id);
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentDiagnosticFactory.cs (1)
269return RazorDiagnostic.Create(GenericComponentTypeInferenceUnderspecified, source, component.TagName, attributesText);
Language\Components\ComponentNodeWriter.cs (1)
75return node.Diagnostics.Any(d => d.Id == ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id);