1 write to _imageSourceMapping
Microsoft.Maui (1)
Hosting\ImageSources\ImageSourceServiceProvider.cs (1)
23
_imageSourceMapping
= ImageSourceToImageSourceServiceTypeMapping.GetInstance(collection);
1 reference to _imageSourceMapping
Microsoft.Maui (1)
Hosting\ImageSources\ImageSourceServiceProvider.cs (1)
31
var imageSourceService = _serviceCache.GetOrAdd(imageSource,
_imageSourceMapping
.FindImageSourceServiceType);