4 references to GetContainingTypeAspireExportAttribute
Aspire.Hosting.Integration.Analyzers (4)
AspireExportAnalyzer.cs (4)
295
var containingTypeExportAttribute =
GetContainingTypeAspireExportAttribute
(method.ContainingType, aspireExportAttribute);
433
var typeExportAttribute =
GetContainingTypeAspireExportAttribute
(type, aspireExportAttribute);
2063
containingTypeExportAttribute =
GetContainingTypeAspireExportAttribute
(method.ContainingType, aspireExportAttribute);
2068
containingTypeExportAttribute =
GetContainingTypeAspireExportAttribute
(method.ContainingType, aspireExportAttribute);