3 implementations of IConfigMapPath2
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
22
internal sealed class ExpressServerConfig : IServerConfig, IServerConfig2, IConfigMapPath,
IConfigMapPath2
, IDisposable {
Configuration\MetabaseServerConfig.cs (1)
19
class MetabaseServerConfig : IServerConfig, IConfigMapPath,
IConfigMapPath2
{
Configuration\ProcessHostMapPath.cs (1)
24
internal sealed class ProcessHostMapPath : IConfigMapPath,
IConfigMapPath2
{
13 references to IConfigMapPath2
System.Web (13)
Configuration\ExpressServerConfig.cs (3)
266
void
IConfigMapPath2
.GetPathConfigFilename(
327
string
IConfigMapPath2
.MapPath(string siteID, VirtualPath path) {
341
VirtualPath
IConfigMapPath2
.GetAppPathForPath(string siteID, VirtualPath path) {
Configuration\MetabaseServerConfig.cs (3)
112
void
IConfigMapPath2
.GetPathConfigFilename(
161
string
IConfigMapPath2
.MapPath(string siteID, VirtualPath vpath) {
186
VirtualPath
IConfigMapPath2
.GetAppPathForPath(string siteID, VirtualPath vpath) {
Configuration\ProcessHostMapPath.cs (3)
101
void
IConfigMapPath2
.GetPathConfigFilename(
169
string
IConfigMapPath2
.MapPath(string siteID, VirtualPath path) {
183
VirtualPath
IConfigMapPath2
.GetAppPathForPath(string siteID, VirtualPath path) {
Configuration\WebConfigurationHost.cs (2)
52
private
IConfigMapPath2
_configMapPath2; // mappath implementation that supports VirtualPath
199
_configMapPath2 = _configMapPath as
IConfigMapPath2
;
Hosting\HostingEnvironment.cs (2)
107
private
IConfigMapPath2
_configMapPath2;
345
_configMapPath2 = _configMapPath as
IConfigMapPath2
;