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