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)
101
if (
_hasSetEditContextExplicitly
&& Model != null)
106
else if (!
_hasSetEditContextExplicitly
&& Model == null)