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