1 instantiation of IISEnvironmentFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISEnvironmentFeature.cs (1)
13var feature = new IISEnvironmentFeature(configuration);
2 references to IISEnvironmentFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISEnvironmentFeature.cs (1)
13var feature = new IISEnvironmentFeature(configuration);
Core\IISHttpServer.cs (1)
82if (IISEnvironmentFeature.TryCreate(configuration, out var iisEnvFeature))