3 references to DerivedList
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMetadataFactoryTests.cs (3)
384Assert.Equal(typeof(DerivedList<string>), property.PropertyMetadata.Type); 402Assert.Equal(typeof(DerivedList<string>), subProperty.PropertyMetadata.Type); 698public DerivedList<T> Tail { get; set; }