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