10 instantiations of RadiusTypeMapping
Aspire.Hosting.Radius (10)
ResourceMapping\ResourceTypeMapper.cs (10)
53["RedisResource"] = new( 59["SqlServerServerResource"] = new( 63["PostgresServerResource"] = new( 67["MongoDBServerResource"] = new( 73["RabbitMQServerResource"] = new( 80["ContainerResource"] = new( 84["ProjectResource"] = new( 89["DaprStateStoreResource"] = new( 95["DaprPubSubResource"] = new( 102private static readonly RadiusTypeMapping s_containerFallback = new(
5 references to RadiusTypeMapping
Aspire.Hosting.Radius (5)
ResourceMapping\ResourceTypeMapper.cs (5)
16/// types that have a <see cref="RadiusTypeMapping.LegacyFallbackType"/> are emitted using the 49private static readonly Dictionary<string, RadiusTypeMapping> s_typeMappings = new(StringComparer.Ordinal) 102private static readonly RadiusTypeMapping s_containerFallback = new( 133if (s_typeMappings.TryGetValue(resourceTypeName, out var mapping)) 181return s_typeMappings.TryGetValue(key, out var mapping)