3 references to GetMaxFileCount
Aspire.Hosting (2)
InteractionService.cs (2)
200.Select(input => (input.Name, InteractionHelpers.GetMaxFileCount(input.AllowMultipleFiles))) 574var maxFileCount = InteractionHelpers.GetMaxFileCount(input.AllowMultipleFiles);
Aspire.Hosting.Tests (1)
InteractionServiceTests.cs (1)
1529Assert.Equal((input.Name, InteractionHelpers.GetMaxFileCount(allowMultipleFiles)), Assert.Single(registeredFileInputs));