5 references to ObjectToDictionary
Microsoft.AspNetCore.Components.Endpoints (1)
Results\RazorComponentResult.cs (1)
63
: (IReadOnlyDictionary<string, object?>)PropertyHelper.
ObjectToDictionary
(parameters);
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
RazorComponentResultTest.cs (4)
102
PropertyHelper.
ObjectToDictionary
(new { LoadingTask = tcs.Task }).AsReadOnly());
133
PropertyHelper.
ObjectToDictionary
(new { WaitFor = tcs.Task }).AsReadOnly());
164
PropertyHelper.
ObjectToDictionary
(new { LoadingTask = tcs.Task }).AsReadOnly());
192
PropertyHelper.
ObjectToDictionary
(new { LoadingTask = tcs.Task }).AsReadOnly())