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