1 write to _outputCacheLocation
System.Web (1)
UI\PageParser.cs (1)
660
_outputCacheLocation
= (OutputCacheLocation) tmpObj;
3 references to _outputCacheLocation
System.Web (3)
UI\PageParser.cs (3)
661
OutputCacheParameters.Location =
_outputCacheLocation
;
757
get { return
_outputCacheLocation
!= OutputCacheLocation.None; }
761
get { return
_outputCacheLocation
!= OutputCacheLocation.None; }