3 writes to s_doNotCacheUrlMetadata
System.Web (3)
CachedPathData.cs (3)
80
s_doNotCacheUrlMetadata
= true;
87
s_doNotCacheUrlMetadata
= false;
92
s_doNotCacheUrlMetadata
= false;
1 reference to s_doNotCacheUrlMetadata
System.Web (1)
CachedPathData.cs (1)
641
get { return
s_doNotCacheUrlMetadata
; }