6 implementations of IsBundle
aspire (1)
Bundles\BundleService.cs (1)
64public bool IsBundle => payloadProvider.HasPayload;
Aspire.Cli.Tests (5)
DotNet\ProcessExecutionDetachedTests.cs (3)
537public bool IsBundle => true; 570public bool IsBundle => true; 605public bool IsBundle => true;
Utils\CliTestHelper.cs (2)
787public bool IsBundle => false; 815public bool IsBundle => isBundle;
2 references to IsBundle
aspire (2)
Commands\RootCommand.cs (1)
260if (bundleService.IsBundle)
Program.cs (1)
481if (sp.GetRequiredService<IBundleService>().IsBundle)