13 instantiations of InputLoadOptions
Aspire.Hosting.Azure (3)
Provisioning\Internal\RunModeProvisioningContextProvider.cs (3)
139DynamicLoading = new InputLoadOptions 168DynamicLoading = new InputLoadOptions 201DynamicLoading = 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
7 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; }
Stress.AppHost (1)
InteractionCommands.cs (1)
314var sharedDynamicOptions = new InputLoadOptions