2 instantiations of NullableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Factories\NullableConverterFactory.cs (1)
11
public static readonly NullableConverterFactory Instance =
new
();
FormMapping\FormDataMapperOptions.cs (1)
31
_factories.Add(new
NullableConverterFactory
());
1 reference to NullableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\NullableConverterFactory.cs (1)
11
public static readonly
NullableConverterFactory
Instance = new();