3 references to IFormFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
132
if (key ==
IFormFeatureType
)
262
if (key ==
IFormFeatureType
)
397
yield return new KeyValuePair<Type, object>(
IFormFeatureType
, _currentIFormFeature);