3 references to _interfaceTypeMapping
Microsoft.Maui (3)
Hosting\ImageSources\ImageSourceToImageSourceServiceTypeMapping.cs (3)
24 _interfaceTypeMapping[typeof(TImageSource)] = typeof(TImageSourceService); 37 || _interfaceTypeMapping.TryGetValue(type, out exactImageSourceService)) 43 ?? FindImageSourceServiceMapping(type, _interfaceTypeMapping)