10 references to IsGenericTypedComponent
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDesignTimeNodeWriter.cs (1)
535
if (!node.Component.
IsGenericTypedComponent
())
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())
Microsoft.CodeAnalysis.Razor.UnitTests (1)
ComponentTagHelperProducerTest.cs (1)
170
Assert.True(component.
IsGenericTypedComponent
());
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpFormattingPass.CSharpDocumentGenerator.cs (1)
279
descriptor.
IsGenericTypedComponent
() &&