14 instantiations of InputLoadOptions
Aspire.Hosting.Azure (4)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (4)
139DynamicLoading = new InputLoadOptions 163subscriptionLoadOptions = new InputLoadOptions 204DynamicLoading = new InputLoadOptions 241DynamicLoading = new InputLoadOptions
Aspire.Hosting.Tests (4)
InteractionServiceTests.cs (4)
831DynamicLoading = new InputLoadOptions 885DynamicLoading = new InputLoadOptions 993DynamicLoading = new InputLoadOptions 1026DynamicLoading = new InputLoadOptions
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
82DynamicLoading = new InputLoadOptions
Stress.AppHost (5)
InteractionCommands.cs (5)
300DynamicLoading = new InputLoadOptions 315var sharedDynamicOptions = new InputLoadOptions 368DynamicLoading = new InputLoadOptions 439DynamicLoading = new InputLoadOptions 456DynamicLoading = new InputLoadOptions
8 references to InputLoadOptions
Aspire.Hosting (6)
IInteractionService.cs (6)
110internal sealed class InputLoadingState(InputLoadOptions options) 112private readonly InputLoadOptions _options = options; 229/// The context for dynamic input loading. Used with <see cref="InputLoadOptions.LoadCallback"/>. 235/// Gets the loading input. This is the target of <see cref="InputLoadOptions"/>. 303/// Gets the <see cref="InputLoadOptions"/> for the input. 307public InputLoadOptions? DynamicLoading { get; init; }
Aspire.Hosting.Azure (1)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
158InputLoadOptions? subscriptionLoadOptions = null;
Stress.AppHost (1)
InteractionCommands.cs (1)
315var sharedDynamicOptions = new InputLoadOptions