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)
661OutputCacheParameters.Location = _outputCacheLocation; 757get { return _outputCacheLocation != OutputCacheLocation.None; } 761get { return _outputCacheLocation != OutputCacheLocation.None; }