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)
51
if (CurrentEditContext !=
_previousEditContext
)
106
_previousEditContext
?.OnValidationStateChanged -= _validationStateChangedHandler;