2 implementations of IConfigMapPathFactory
System.Web (2)
Hosting\ISAPIApplicationHost.cs (1)
209internal class ISAPIConfigMapPathFactory : IConfigMapPathFactory {
Hosting\SimpleApplicationHost.cs (1)
77internal class SimpleConfigMapPathFactory : IConfigMapPathFactory {
9 references to IConfigMapPathFactory
System.Web (9)
Hosting\ApplicationManager.cs (2)
1317IConfigMapPathFactory configMapPathFactory = appHost.GetConfigMapPathFactory(); 1761IConfigMapPathFactory configMapPathFactory2 = appHost.GetConfigMapPathFactory();
Hosting\HostingEnvironment.cs (2)
279internal void Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel) { 285internal void Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory,
Hosting\IApplicationHost.cs (1)
29IConfigMapPathFactory GetConfigMapPathFactory();
Hosting\ISAPIApplicationHost.cs (2)
106IConfigMapPathFactory IApplicationHost.GetConfigMapPathFactory() { 210IConfigMapPath IConfigMapPathFactory.Create(string virtualPath, string physicalPath) {
Hosting\SimpleApplicationHost.cs (2)
55IConfigMapPathFactory IApplicationHost.GetConfigMapPathFactory() { 78IConfigMapPath IConfigMapPathFactory.Create(string virtualPath, string physicalPath) {