3 writes to _allowInHistory
System.Web (3)
HttpCachePolicy.cs (3)
541_allowInHistory = -1; 602_allowInHistory = settings.AllowInHistoryInternal; 1586_allowInHistory = (allow) ? 1 : 0;
4 references to _allowInHistory
System.Web (4)
HttpCachePolicy.cs (4)
894if (_allowInHistory != 1) { 1128_allowInHistory, 1584if (_allowInHistory == -1 || _allowInHistory == 1) {