1 write to OnTryReadDelegate
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
520
elementConverter.
OnTryReadDelegate
= (ref FormDataReader context, Type type, FormDataMapperOptions options, out int result, out bool found) =>
1 reference to OnTryReadDelegate
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
2528
OnTryReadDelegate
.Invoke(ref context, type, options, out result, out found);