4 references to FormDataReader
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormValueMapper.cs (1)
132using var reader = new FormDataReader(
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (1)
87: new FormDataReader(dictionary, CultureInfo.InvariantCulture, new char[2048], formFileCollection);
FormMapping\BrowserFileFromFormFileTests.cs (2)
52var reader = new FormDataReader(new Dictionary<FormKey, StringValues>(), culture, buffer, formFileCollection.Object); 89var reader = new FormDataReader(new Dictionary<FormKey, StringValues>(), culture, buffer, formFileCollection.Object);