2 references to FormDataReader
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
132
using var reader = new
FormDataReader
(
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
87
: new
FormDataReader
(dictionary, CultureInfo.InvariantCulture, new char[2048], formFileCollection);