1 write to PhysicalDirectory
System.Web (1)
Configuration\VirtualDirectoryMapping.cs (1)
38
PhysicalDirectory
= physicalDirectory;
3 references to PhysicalDirectory
System.Web (3)
Configuration\UserMapPath.cs (3)
78
_rootWebConfigFilename = Path.Combine(rootWebMapping.
PhysicalDirectory
, rootWebMapping.ConfigFileBaseName);
127
physicalPath = mapping.
PhysicalDirectory
;
139
physicalPath = Path.Combine(mapping.
PhysicalDirectory
, childPart);