2 references to GetFirstExistingDirectory
System.Web (2)
Hosting\MapPathBasedVirtualPathProvider.cs (1)
107
string existingDir = (exists) ? physicalPath : FileUtil.
GetFirstExistingDirectory
(AppRoot, physicalPath);
Security\FileAuthorizationModule.cs (1)
448
string existingDir = FileUtil.
GetFirstExistingDirectory
(AppRoot, _FileName);