3 references to Implements
Aspire.Hosting.Analyzers (3)
AppHostAnalyzer.cs (1)
104.Where(a => WellKnownTypes.Implements(a.AttributeClass, modelNameParameter));
AspireExportAnalyzer.cs (1)
543return WellKnownTypes.Implements(type, iResourceType) ||
Infrastructure\WellKnownTypes.cs (1)
132if (Implements(type, Get(wellKnownType)))