4 references to TimeOnly
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
2128
{ "12:56:34", typeof(TimeOnly?), new TimeOnly?(new
TimeOnly
(12, 56, 34))},
2213
{ "12:56:34", typeof(TimeOnly), new
TimeOnly
(12, 56, 34) },
Microsoft.AspNetCore.Components.Tests (2)
PersistentStateValueProviderKeyResolverTests.cs (2)
39
{ new
TimeOnly
(12, 34, 56), new
TimeOnly
(23, 45, 56) },