1 type derived from BaseList
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMetadataFactoryTests.cs (1)
701public class DerivedList<T> : BaseList<T>
2 references to BaseList
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMetadataFactoryTests.cs (2)
362var metadata = factory.GetOrCreateMetadataFor(typeof(BaseList<string>), options); 366Assert.Equal(typeof(BaseList<string>), metadata.Type);