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