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