6 references to DoNotCacheUrlMetadata
System.Web (6)
CachedPathData.cs (1)
174if (isRemovable && DoNotCacheUrlMetadata) {
Configuration\MetabaseServerConfig.cs (1)
216bool doNotCache = CachedPathData.DoNotCacheUrlMetadata;
Configuration\ProcessHostMapPath.cs (1)
214bool doNotCache = CachedPathData.DoNotCacheUrlMetadata;
Hosting\MapPathBasedVirtualPathProvider.cs (1)
80bool doNotCache = CachedPathData.DoNotCacheUrlMetadata;
Security\FileAuthorizationModule.cs (2)
173if (!CachedPathData.DoNotCacheUrlMetadata) { 250if (CachedPathData.DoNotCacheUrlMetadata) {