1 type derived from FeatureMap
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
427
public class FeatureMap<TFeature> :
FeatureMap
16 references to FeatureMap
Microsoft.AspNetCore.Owin (16)
OwinEnvironment.cs (16)
32
private readonly IDictionary<string,
FeatureMap
> _entries;
50
_entries = new Dictionary<string,
FeatureMap
>()
139
public IDictionary<string,
FeatureMap
> FeatureMaps
178
FeatureMap
entry;
195
FeatureMap
entry;
209
FeatureMap
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.