2 references to CanConvert
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Factories\Collections\TypedCollectionConverterFactory.cs (1)
29
if (!options.
CanConvert
(typeof(TElement)))
FormMapping\Factories\Dictionary\TypedDictionaryConverterFactory.cs (1)
19
if (!options.
CanConvert
(typeof(TValue)))