1 write to _previousEditContext
Microsoft.AspNetCore.Components.Web (1)
Forms\ValidationSummary.cs (1)
56_previousEditContext = CurrentEditContext;
2 references to _previousEditContext
Microsoft.AspNetCore.Components.Web (2)
Forms\ValidationSummary.cs (2)
52if (CurrentEditContext != _previousEditContext) 145_previousEditContext?.OnValidationStateChanged -= _validationStateChangedHandler;