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