1 write to LaunchConfigurationProducer
Aspire.Hosting (1)
SupportsDebuggingAnnotation.cs (1)
27LaunchConfigurationProducer = launchConfigurationProducer;
3 references to LaunchConfigurationProducer
Aspire.Hosting (2)
ApplicationModel\DebugSupportExtensions.cs (1)
188return supportsDebuggingAnnotation.LaunchConfigurationProducer(context);
ApplicationModel\ExecutableLaunchRecipe.cs (1)
403var launchConfiguration = await debugSupport.LaunchConfigurationProducer(callbackContext).ConfigureAwait(false);
Aspire.Hosting.Java.Tests (1)
AddJavaAppTests.cs (1)
1365return Assert.IsType<JavaLaunchConfiguration>(await annotation.LaunchConfigurationProducer(context));