1 write to FeatureInterface
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
289FeatureInterface = featureInterface;
4 references to FeatureInterface
Microsoft.AspNetCore.Owin (4)
OwinEnvironment.cs (4)
312object featureInstance = context.Features[FeatureInterface]; 328var feature = context.Features[FeatureInterface]; 333throw new InvalidOperationException("Missing feature: " + FeatureInterface.FullName); // TODO: LOC 338context.Features[FeatureInterface] = feature;