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)
830DynamicLoading = new InputLoadOptions 884DynamicLoading = new InputLoadOptions 992DynamicLoading = new InputLoadOptions 1025DynamicLoading = new InputLoadOptions
Publishers.AppHost (1)
DistributedApplicationBuilderExtensions.cs (1)
81DynamicLoading = new InputLoadOptions
Stress.AppHost (5)
InteractionCommands.cs (5)
299DynamicLoading = new InputLoadOptions 314var sharedDynamicOptions = new InputLoadOptions 367DynamicLoading = new InputLoadOptions 438DynamicLoading = new InputLoadOptions 455DynamicLoading = 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)
314var sharedDynamicOptions = new InputLoadOptions