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