2 writes to _notFound
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
46
_notFound
+= value;
51
_notFound
-= value;
2 references to _notFound
Microsoft.AspNetCore.Components (2)
NavigationManager.cs (2)
208
if (
_notFound
== null)
215
_notFound
.Invoke(this, _notFoundEventArgs);