1 write to _rootContext
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
32
_rootContext
= new MauiContext(services);
1 reference to _rootContext
Microsoft.Maui (1)
Embedding\EmbeddedPlatformApplication.cs (1)
35
Context =
_rootContext
.MakeApplicationScope(PlatformApplication);