1 write to FeatureInterface
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
367FeatureInterface = featureInterface;
4 references to FeatureInterface
Microsoft.AspNetCore.Owin (4)
OwinEnvironment.cs (4)
390object featureInstance = context.Features[FeatureInterface]; 406var feature = context.Features[FeatureInterface]; 411throw new InvalidOperationException("Missing feature: " + FeatureInterface.FullName); // TODO: LOC 416context.Features[FeatureInterface] = feature;