1 write to Inner
Microsoft.Maui (1)
MauiContext.cs (1)
59 Inner = serviceProvider;
4 references to Inner
Microsoft.Maui (4)
MauiContext.cs (4)
72 return Inner.GetService(serviceType); 90 if (Inner is IKeyedServiceProvider provider) 94 return Inner.GetRequiredKeyedService(serviceType, serviceKey); 99 return Inner.GetRequiredKeyedService(serviceType, serviceKey);