1 reference to _features
Microsoft.Extensions.Features (1)
FeatureCollection.cs (1)
164
public DictionaryItemDebugView<Type, object>[] Items =>
_features
.Select(pair => new DictionaryItemDebugView<Type, object>(pair)).ToArray();