7 references to IsGenericTypedComponent
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Components\ComponentDiagnosticFactory.cs (2)
249
Debug.Assert(component.Component.
IsGenericTypedComponent
());
266
Debug.Assert(component.Component.
IsGenericTypedComponent
());
Language\Components\ComponentGenericTypePass.cs (1)
50
if (node.Component.
IsGenericTypedComponent
())
Language\Components\ComponentLoweringPass.cs (4)
160
var genericCandidates = candidates.Where(c => c.
IsGenericTypedComponent
()).ToList();
161
var nonGenericCandidates = candidates.Where(c => !c.
IsGenericTypedComponent
()).ToList();
259
if (tagHelper.
IsGenericTypedComponent
())
714
if (node.TagHelper.
IsGenericTypedComponent
() && node.BoundAttribute.IsTypeParameterProperty())