1 write to _hasSetEditContextExplicitly
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
45_hasSetEditContextExplicitly = value != null;
2 references to _hasSetEditContextExplicitly
Microsoft.AspNetCore.Components.Web (2)
Forms\EditForm.cs (2)
101if (_hasSetEditContextExplicitly && Model != null) 106else if (!_hasSetEditContextExplicitly && Model == null)