5 implementations of IConfigMapPath
System.Web (5)
Configuration\ExpressServerConfig.cs (1)
22
internal sealed class ExpressServerConfig : IServerConfig, IServerConfig2,
IConfigMapPath
, IConfigMapPath2, IDisposable {
Configuration\HostingPreferredMapPath.cs (1)
26
class HostingPreferredMapPath :
IConfigMapPath
{
Configuration\MetabaseServerConfig.cs (1)
19
class MetabaseServerConfig : IServerConfig,
IConfigMapPath
, IConfigMapPath2 {
Configuration\ProcessHostMapPath.cs (1)
24
internal sealed class ProcessHostMapPath :
IConfigMapPath
, IConfigMapPath2 {
Configuration\UserMapPath.cs (1)
21
public class UserMapPath :
IConfigMapPath
{
46 references to IConfigMapPath
System.Web (46)
Configuration\ExpressServerConfig.cs (7)
242
string
IConfigMapPath
.GetMachineConfigFilename() {
246
string
IConfigMapPath
.GetRootWebConfigFilename() {
260
void
IConfigMapPath
.GetPathConfigFilename(
274
void
IConfigMapPath
.GetDefaultSiteNameAndID(out string siteName, out string siteID) {
279
void
IConfigMapPath
.ResolveSiteArgument(string siteArgument, out string siteName, out string siteID) {
331
string
IConfigMapPath
.MapPath(string siteID, string path) {
335
string
IConfigMapPath
.GetAppPathForPath(string siteID, string path) {
Configuration\HostingPreferredMapPath.cs (7)
27
IConfigMapPath
_iisConfigMapPath;
28
IConfigMapPath
_hostingConfigMapPath;
30
internal static
IConfigMapPath
GetInstance() {
31
IConfigMapPath
iisConfigMapPath = IISMapPath.GetInstance();
32
IConfigMapPath
hostingConfigMapPath = HostingEnvironment.ConfigMapPath;
41
HostingPreferredMapPath(
IConfigMapPath
iisConfigMapPath,
IConfigMapPath
hostingConfigMapPath) {
Configuration\HttpConfigurationSystem.cs (2)
52
static private
IConfigMapPath
s_configMapPath;
73
static internal void EnsureInit(
IConfigMapPath
configMapPath, bool listenToFileChanges, bool initComplete) {
Configuration\IConfigMapPathFactory.cs (1)
23
IConfigMapPath
Create(string virtualPath, string physicalPath);
Configuration\IISMapPath.cs (3)
22
static internal
IConfigMapPath
GetInstance() {
25
return (
IConfigMapPath
) MetabaseServerConfig.GetInstance();
29
return (
IConfigMapPath
) ServerConfig.GetInstance();
Configuration\MetabaseServerConfig.cs (7)
85
string
IConfigMapPath
.GetMachineConfigFilename() {
89
string
IConfigMapPath
.GetRootWebConfigFilename() {
107
void
IConfigMapPath
.GetPathConfigFilename(
117
void
IConfigMapPath
.GetDefaultSiteNameAndID(out string siteName, out string siteID) {
122
void
IConfigMapPath
.ResolveSiteArgument(string siteArgument, out string siteName, out string siteID) {
156
string
IConfigMapPath
.MapPath(string siteID, string vpath) {
180
string
IConfigMapPath
.GetAppPathForPath(string siteID, string vpath) {
Configuration\ProcessHostMapPath.cs (7)
60
string
IConfigMapPath
.GetMachineConfigFilename() {
64
string
IConfigMapPath
.GetRootWebConfigFilename() {
95
void
IConfigMapPath
.GetPathConfigFilename(
110
void
IConfigMapPath
.GetDefaultSiteNameAndID(out string siteName, out string siteID) {
117
void
IConfigMapPath
.ResolveSiteArgument(string siteArgument, out string siteName, out string siteID) {
173
string
IConfigMapPath
.MapPath(string siteID, string path) {
177
string
IConfigMapPath
.GetAppPathForPath(string siteID, string path) {
Configuration\RemoteWebConfigurationHostServer.cs (1)
160
IConfigMapPath
configMapPath = IISMapPath.GetInstance();
Configuration\WebConfigurationHost.cs (5)
51
private
IConfigMapPath
_configMapPath; // mappath implementation
85
static internal void GetConfigPaths(
IConfigMapPath
configMapPath, WebLevel webLevel, VirtualPath virtualPath, string site, string locationSubPath,
184
void ChooseAndInitConfigMapPath(bool useConfigMapPath,
IConfigMapPath
configMapPath, ConfigurationFileMap fileMap) {
204
IConfigMapPath
configMapPath = (
IConfigMapPath
) hostInitParams[1];
Hosting\ApplicationManager.cs (2)
1734
private static Configuration GetAppConfigCommon(
IConfigMapPath
configMapPath, string siteID, string appSegment) {
1762
IConfigMapPath
configMapPath = configMapPathFactory2.Create(virtualPath.VirtualPathString, physicalPath);
Hosting\HostingEnvironment.cs (2)
106
private
IConfigMapPath
_configMapPath;
1420
internal static
IConfigMapPath
ConfigMapPath {
Hosting\ISAPIApplicationHost.cs (1)
210
IConfigMapPath
IConfigMapPathFactory.Create(string virtualPath, string physicalPath) {
Hosting\SimpleApplicationHost.cs (1)
78
IConfigMapPath
IConfigMapPathFactory.Create(string virtualPath, string physicalPath) {