20 references to IsAbsolutePhysicalPath
System.Web (20)
Compilation\BaseCodeDomTreeGenerator.cs (1)
872if (UrlPath.IsAbsolutePhysicalPath(virtualPath)) {
Configuration\PagesSection.cs (1)
468if (UrlPath.IsAbsolutePhysicalPath(masterPageFile)) {
FileChangesMonitor.cs (6)
1711if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) { 1809if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) { 2117if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) { 2175if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) { 2217if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) { 2243if (alias.Length == 0 || !UrlPath.IsAbsolutePhysicalPath(alias)) {
HttpResponse.cs (1)
2729if (!UrlPath.IsAbsolutePhysicalPath(fn)) {
SiteMapNode.cs (1)
377if (UrlPath.IsAbsolutePhysicalPath(url)) {
StaticSiteMapProvider.cs (1)
105if (!UrlPath.IsAbsolutePhysicalPath(url)) {
UI\BatchParser.cs (1)
195if (UrlPath.IsAbsolutePhysicalPath(filename)) {
UI\Control.cs (2)
2117if (System.Web.Util.UrlPath.IsAbsolutePhysicalPath(path)) { 2179if (UrlPath.IsAbsolutePhysicalPath(path)) {
UI\TemplateParser.cs (1)
2425if (UrlPath.IsAbsolutePhysicalPath(filename)) {
UI\WebControls\AccessDataSource.cs (1)
229if (!System.Web.Util.UrlPath.IsAbsolutePhysicalPath(filename)) {
UI\WebControls\MailDefinition.cs (2)
212if (!UrlPath.IsAbsolutePhysicalPath(path)) { 289if (!UrlPath.IsAbsolutePhysicalPath(path)) {
Util\UrlPath.cs (1)
143if (IsAbsolutePhysicalPath(path)) {
XmlSiteMapProvider.cs (1)
776if (!UrlPath.IsAbsolutePhysicalPath(url)) {