8 references to ComponentFacts
Microsoft.AspNetCore.Components.Analyzers (8)
ComponentParameterAnalyzer.cs (2)
57
if (member is IPropertySymbol property &&
ComponentFacts
.IsParameter(symbols, property))
97
if (
ComponentFacts
.IsParameterWithCaptureUnmatchedValues(symbols, property))
ComponentParameterUsageAnalyzer.cs (2)
69
if (!
ComponentFacts
.IsParameter(symbols, componentProperty))
76
if (!
ComponentFacts
.IsComponent(symbols, context.Compilation, propertyContainingType))
PersistentStateAnalyzer.cs (2)
61
if (!
ComponentFacts
.IsPersistentState(symbols, propertySymbol))
68
if (!
ComponentFacts
.IsComponentBase(symbols, containingType))
SupplyParameterFromFormAnalyzer.cs (2)
61
if (!
ComponentFacts
.IsSupplyParameterFromForm(symbols, propertySymbol))
68
if (!
ComponentFacts
.IsComponentBase(symbols, containingType))