1 write to _asyncValidators
Microsoft.AspNetCore.Components.Forms (1)
ValidationRequestedEventArgs.cs (1)
54
(
_asyncValidators
??= []).Add(validator);
1 reference to _asyncValidators
Microsoft.AspNetCore.Components.Forms (1)
ValidationRequestedEventArgs.cs (1)
58
=>
_asyncValidators
?? (IReadOnlyList<Func<CancellationToken, Task>>)[];