4 references to VirtualDirPath
System.Web (4)
Compilation\PageThemeCodeDomTreeGenerator.cs (4)
172new CodePrimitiveExpression(_themeParser.VirtualDirPath.VirtualPathString)); 281spse.Value = UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue)); 291cpe.Builder = new StringPropertyBuilder(UrlPath.MakeVirtualPathAppRelative(UrlPath.Combine(_themeParser.VirtualDirPath.VirtualPathString, strValue))); 310string className = _themeParser.VirtualDirPath.FileName;