1 instantiation of ComponentSymbols
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentSymbols.cs (1)
55
symbols = new
ComponentSymbols
(
17 references to ComponentSymbols
Microsoft.AspNetCore.Components.Analyzers (17)
ComponentFacts.cs (8)
13
public static bool IsAnyParameter(
ComponentSymbols
symbols, IPropertySymbol property)
31
public static bool IsParameter(
ComponentSymbols
symbols, IPropertySymbol property)
46
public static bool IsParameterWithCaptureUnmatchedValues(
ComponentSymbols
symbols, IPropertySymbol property)
75
public static bool IsCascadingParameter(
ComponentSymbols
symbols, IPropertySymbol property)
90
public static bool IsSupplyParameterFromForm(
ComponentSymbols
symbols, IPropertySymbol property)
110
public static bool IsPersistentState(
ComponentSymbols
symbols, IPropertySymbol property)
130
public static bool IsComponentBase(
ComponentSymbols
symbols, INamedTypeSymbol type)
161
public static bool IsComponent(
ComponentSymbols
symbols, Compilation compilation, INamedTypeSymbol type)
ComponentParameterAnalyzer.cs (2)
42
if (!
ComponentSymbols
.TryCreate(context.Compilation, out
var
symbols))
ComponentParameterUsageAnalyzer.cs (2)
31
if (!
ComponentSymbols
.TryCreate(context.Compilation, out
var
symbols))
ComponentSymbols.cs (1)
11
public static bool TryCreate(Compilation compilation, out
ComponentSymbols
symbols)
PersistentStateAnalyzer.cs (2)
32
if (!
ComponentSymbols
.TryCreate(context.Compilation, out
var
symbols))
SupplyParameterFromFormAnalyzer.cs (2)
32
if (!
ComponentSymbols
.TryCreate(context.Compilation, out
var
symbols))