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