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