2 implementations of IMauiPlatformResource
Aspire.Hosting.Maui (2)
MauiMacCatalystPlatformResource.cs (1)
23
: ProjectResource(name), IResourceWithParent<MauiProjectResource>,
IMauiPlatformResource
MauiWindowsPlatformResource.cs (1)
23
: ProjectResource(name), IResourceWithParent<MauiProjectResource>,
IMauiPlatformResource
2 references to IMauiPlatformResource
Aspire.Hosting.Maui (2)
Lifecycle\UnsupportedPlatformEventSubscriber.cs (2)
17
/// by checking for the <see cref="
IMauiPlatformResource
"/> marker interface.
30
if (resource is
IMauiPlatformResource
&&