4 references to Empty
Microsoft.AspNetCore.Components.Forms (4)
EditContext.cs (4)
259
OnValidationRequested?.Invoke(this, ValidationRequestedEventArgs.
Empty
);
267
.Invoke(this, ValidationRequestedEventArgs.
Empty
)
334
OnValidationRequested?.Invoke(this, ValidationRequestedEventArgs.
Empty
);
342
: ValidationRequestedEventArgs.
Empty
;