3 writes to _rootWebConfigFilename
System.Web (3)
Configuration\UserMapPath.cs (3)
49_rootWebConfigFilename = HttpConfigurationSystem.RootWebConfigurationFilePath; 51_rootWebConfigFilename = Path.Combine(Path.GetDirectoryName(_machineConfigFilename), "web.config"); 78_rootWebConfigFilename = Path.Combine(rootWebMapping.PhysicalDirectory, rootWebMapping.ConfigFileBaseName);
1 reference to _rootWebConfigFilename
System.Web (1)
Configuration\UserMapPath.cs (1)
156return _rootWebConfigFilename;