4 references to RecursiveList
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Binding\FormDataMetadataFactoryTests.cs (4)
328var metadata = factory.GetOrCreateMetadataFor(typeof(RecursiveList<string>), options); 332Assert.Equal(typeof(RecursiveList<string>), metadata.Type); 350Assert.Equal(typeof(RecursiveList<string>), property.PropertyMetadata.Type); 692public RecursiveList<T> Tail { get; set; }