1 instantiation of ComponentSymbols
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
ComponentSymbols.cs (1)
50
symbols = new
ComponentSymbols
(
10 references to ComponentSymbols
Microsoft.AspNetCore.Components.SdkAnalyzers (10)
ComponentFacts.cs (5)
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 IsComponent(
ComponentSymbols
symbols, Compilation compilation, INamedTypeSymbol type)
ComponentParameterAnalyzer.cs (2)
36
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)