1 write to IsAsync
Microsoft.AspNetCore.Components.Forms (1)
EditContext.cs (1)
267
var args = new ValidationRequestedEventArgs {
IsAsync
= true };
2 references to IsAsync
Microsoft.AspNetCore.Components.Forms (2)
EditContextDataAnnotationsExtensions.cs (1)
104
if (e.
IsAsync
)
ValidationRequestedEventArgs.cs (1)
47
if (!
IsAsync
)