4 references to ComponentFacts
Microsoft.AspNetCore.Components.SdkAnalyzers (4)
ComponentParameterAnalyzer.cs (2)
51
if (member is IPropertySymbol property &&
ComponentFacts
.IsParameter(symbols, property))
91
if (
ComponentFacts
.IsParameterWithCaptureUnmatchedValues(symbols, property))
ComponentParameterUsageAnalyzer.cs (2)
69
if (!
ComponentFacts
.IsParameter(symbols, componentProperty))
76
if (!
ComponentFacts
.IsComponent(symbols, context.Compilation, propertyContainingType))