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