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