2 references to GenericComponentTypeInferenceUnderspecified
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentDiagnosticFactory.cs (1)
269return RazorDiagnostic.Create(GenericComponentTypeInferenceUnderspecified, source, component.TagName, attributesText);
Language\Components\ComponentNodeWriter.cs (1)
73return node.Diagnostics.Any(d => d.Id == ComponentDiagnosticFactory.GenericComponentTypeInferenceUnderspecified.Id);