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