2 instantiations of UriImageSourceService
Microsoft.Maui (1)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
19
services.AddService<IUriImageSource>(svcs => new
UriImageSourceService
(svcs.CreateLogger<UriImageSourceService>()));
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
229
services.AddService<UriImageSource>(svcs => new
UriImageSourceService
(svcs.CreateLogger<UriImageSourceService>()));
3 references to UriImageSourceService
Microsoft.Maui (2)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
19
services.AddService<IUriImageSource>(svcs => new UriImageSourceService(svcs.CreateLogger<
UriImageSourceService
>()));
ImageSources\UriImageSourceService\UriImageSourceService.cs (1)
13
public UriImageSourceService(ILogger<
UriImageSourceService
>? logger = null)
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
229
services.AddService<UriImageSource>(svcs => new UriImageSourceService(svcs.CreateLogger<
UriImageSourceService
>()));