1 write to _services
Microsoft.Maui (1)
Hosting\MauiApp.cs (1)
17 _services = services;
5 references to _services
Microsoft.Maui (5)
Hosting\MauiApp.cs (5)
23 public IServiceProvider Services => _services; 28 public IConfiguration Configuration => _services.GetRequiredService<IConfiguration>(); 42 (_services as IDisposable)?.Dispose(); 50 if (_services is IAsyncDisposable asyncDisposable) 57 (_services as IDisposable)?.Dispose();