2 implementations of IServerConfig2
System.Web (2)
Configuration\ExpressServerConfig.cs (1)
22internal sealed class ExpressServerConfig : IServerConfig, IServerConfig2, IConfigMapPath, IConfigMapPath2, IDisposable {
Configuration\ProcessHostServerConfig.cs (1)
27internal sealed class ProcessHostServerConfig : IServerConfig, IServerConfig2 {
4 references to IServerConfig2
System.Web (4)
Configuration\ExpressServerConfig.cs (1)
188bool IServerConfig2.IsWithinApp(string virtualPath) {
Configuration\ProcessHostServerConfig.cs (1)
178bool IServerConfig2.IsWithinApp(string virtualPath) {
Hosting\MapPathBasedVirtualPathProvider.cs (2)
259IServerConfig2 _serverConfig2; 277_serverConfig2 = serverConfig as IServerConfig2;