1 write to _collection
Microsoft.Maui (1)
Hosting\Internal\MauiFactory.cs (1)
21
_collection
= collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
Microsoft.Maui (2)
Hosting\Internal\MauiFactory.cs (2)
14
protected IMauiServiceCollection InternalCollection =>
_collection
;
33
if (!
_collection
.TryGetService(serviceType, out ServiceDescriptor? descriptor) || descriptor == null)