10 references to flags
System.Web (10)
VirtualPath.cs (10)
130
if (
flags
[appRelativeAttempted])
141
flags
[appRelativeAttempted] = true;
334
if (!
flags
[isWithinAppRootComputed]) {
340
if (
flags
[appRelativeAttempted]) {
343
flags
[isWithinAppRoot] = (_appRelativeVirtualPath != null);
346
flags
[isWithinAppRoot] = UrlPath.IsEqualOrSubpath(HttpRuntime.AppDomainAppVirtualPathString,
350
flags
[isWithinAppRootComputed] = true;
353
return
flags
[isWithinAppRoot];
493
flags
.IntegerValue |= virtualPath.
flags
.IntegerValue & mask;