1 write to _applicationContext
Microsoft.Maui (1)
Platform\iOS\MauiUIApplicationDelegate.cs (1)
49
_applicationContext
= rootContext.MakeApplicationScope(this);
2 references to _applicationContext
Microsoft.Maui (2)
Platform\iOS\MauiUIApplicationDelegate.cs (2)
51
_services =
_applicationContext
.Services;
63
this.SetApplicationHandler(_application,
_applicationContext
);