4 references to CancelResource
Aspire.Hosting.Maui (2)
Lifecycle\MauiBuildQueueEventSubscriber.cs (2)
337/// via the <see cref="MauiBuildQueueAnnotation.CancelResource"/> method, while delegating 384var wasCancelled = queueAnnotation.CancelResource(resource.Name);
Aspire.Hosting.Maui.Tests (2)
MauiBuildQueueTests.cs (2)
45Assert.True(annotation.CancelResource("android")); 940return annotation!.CancelResource(resourceName);