Implemented interface member:
property
this
Microsoft.AspNetCore.Http.Features.IFeatureCollection.this[System.Type]
2 writes to
Microsoft.AspNetCore.TestHost (1)
HttpContextBuilder.cs (1)
235newFeatures[pair.Key] = pair.Value;
Microsoft.Extensions.Features (1)
FeatureCollection.cs (1)
140this[typeof(TFeature)] = instance;
2 references to
Microsoft.Extensions.Features (2)
FeatureCollection.cs (2)
125var feature = this[typeof(TFeature)]; 134return (TFeature?)this[typeof(TFeature)];