2 references to AsyncValue
Microsoft.Maui.Controls (2)
Internals\AsyncValue.cs (2)
85
public static AsyncValue<T> Null => new
AsyncValue
<T>(Task.FromResult<T>(default(T)));
98
new
AsyncValue
<T>(valueTask, defaultValue);