3 references to GetExportableMethods
Aspire.Hosting.Azure.Provisioning.Generators (3)
AspireProvisioningProxyGenerator.cs (3)
402
foreach (var method in
GetExportableMethods
(type))
979
foreach (var method in
GetExportableMethods
(type, includeInherited, stopBeforeType).OrderBy(GetMethodSignature, StringComparer.Ordinal))
1031
foreach (var method in
GetExportableMethods
(current, includeInherited: false))