1 type derived from FeatureMap
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
427public class FeatureMap<TFeature> : FeatureMap
16 references to FeatureMap
Microsoft.AspNetCore.Owin (16)
OwinEnvironment.cs (16)
32private readonly IDictionary<string, FeatureMap> _entries; 50_entries = new Dictionary<string, FeatureMap>() 139public IDictionary<string, FeatureMap> FeatureMaps 178FeatureMap entry; 195FeatureMap entry; 209FeatureMap entry; 314/// Create a <see cref="FeatureMap"/> for the specified feature interface type. 324/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 335/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 346/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 358/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 430/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 439/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 449/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 459/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type. 470/// Initializes a new instance of <see cref="FeatureMap"/> for the specified feature interface type.