3 references to IsComponentBase
Microsoft.AspNetCore.Components.Analyzers (3)
PersistentStateAnalyzer.cs (1)
68
if (!ComponentFacts.
IsComponentBase
(symbols, containingType))
StateHasChangedAnalyzer.cs (1)
45
if (!ComponentFacts.
IsComponentBase
(symbols, type))
SupplyParameterFromFormAnalyzer.cs (1)
68
if (!ComponentFacts.
IsComponentBase
(symbols, containingType))