7 references to VisitDeclarationSymbol
Microsoft.AspNetCore.Components.SdkAnalyzers (7)
InternalUsageAnalyzer.cs (7)
85VisitDeclarationSymbol(context, type.BaseType, type);
88VisitDeclarationSymbol(context, @interface, type);
93VisitDeclarationSymbol(context, field.Type, field);
102VisitDeclarationSymbol(context, method.ReturnType, method);
111VisitDeclarationSymbol(context, parameter.Type, method);
117VisitDeclarationSymbol(context, property.Type, property);
121VisitDeclarationSymbol(context, @event.Type, @event);