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