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