17 references to CreateAllowNull
System.Web (17)
Configuration\WebConfigurationHost.cs (1)
822appPath = VirtualPath.CreateAllowNull(_configMapPath.GetAppPathForPath(siteID, vpath.VirtualPathString));
Hosting\IIS7WorkerRequest.cs (2)
1559httpContext.Request.InternalRewritePath(VirtualPath.CreateAllowNull(_filePath), VirtualPath.CreateAllowNull(_pathInfo), _queryString, _rebaseClientPath);
HttpContext.cs (4)
1565RewritePath(VirtualPath.CreateAllowNull(filePath), VirtualPath.CreateAllowNull(pathInfo), 1570RewritePath(VirtualPath.CreateAllowNull(filePath), VirtualPath.CreateAllowNull(pathInfo), queryString, setClientFilePath);
HttpException.cs (2)
477System.Web.VirtualPath.CreateAllowNull(virtualPath), sourceCode, line) {} 608: this(errorText, System.Web.VirtualPath.CreateAllowNull(virtualPath), line) {
HttpRequest.cs (2)
2961return MapPath(VirtualPath.CreateAllowNull(virtualPath)); 2990return MapPath(VirtualPath.CreateAllowNull(virtualPath),
UI\ControlBuilder.cs (1)
1644builder.VirtualPath = System.Web.VirtualPath.CreateAllowNull(sourceFileName);
UI\MasterPage.cs (1)
139_masterPageFile = VirtualPath.CreateAllowNull(value);
UI\Page.cs (2)
967_masterPageFile = VirtualPath.CreateAllowNull(value); 3466return _request.MapPath(VirtualPath.CreateAllowNull(virtualPath), TemplateControlVirtualDirectory,
UI\UserControl.cs (1)
365return Request.MapPath(VirtualPath.CreateAllowNull(virtualPath), TemplateControlVirtualDirectory,
XmlSiteMapProvider.cs (1)
850_virtualPath = VirtualPath.CreateAllowNull(siteMapFile);