3 references to FeatureMaps
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
461
/// Will be used, only if <see cref="
FeatureMaps
"/> or <see cref="Clear"/> is called from user-code.
Microsoft.AspNetCore.Owin.Tests (2)
OwinEnvironmentTests.cs (2)
190
owinEnvironment1.
FeatureMaps
.Remove("owin.RequestProtocol");
193
Assert.True(owinEnvironment2.
FeatureMaps
.ContainsKey("owin.RequestProtocol"));