1 instantiation of ComponentSymbols
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentSymbols.cs (1)
50symbols = new ComponentSymbols(
10 references to ComponentSymbols
Microsoft.AspNetCore.Components.Analyzers (10)
ComponentFacts.cs (5)
13public static bool IsAnyParameter(ComponentSymbols symbols, IPropertySymbol property) 31public static bool IsParameter(ComponentSymbols symbols, IPropertySymbol property) 46public static bool IsParameterWithCaptureUnmatchedValues(ComponentSymbols symbols, IPropertySymbol property) 75public static bool IsCascadingParameter(ComponentSymbols symbols, IPropertySymbol property) 90public static bool IsComponent(ComponentSymbols symbols, Compilation compilation, INamedTypeSymbol type)
ComponentParameterAnalyzer.cs (2)
42if (!ComponentSymbols.TryCreate(context.Compilation, out var symbols))
ComponentParameterUsageAnalyzer.cs (2)
31if (!ComponentSymbols.TryCreate(context.Compilation, out var symbols))
ComponentSymbols.cs (1)
11public static bool TryCreate(Compilation compilation, out ComponentSymbols symbols)