2 references to AllowRelativePath
System.Web (2)
VirtualPath.cs (2)
645if ((options & VirtualPathOptions.AllowRelativePath) == 0) { 680AllowAllPath = AllowAbsolutePath | AllowAppRelativePath | AllowRelativePath,