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