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)
894
if (
_allowInHistory
!= 1) {
1128
_allowInHistory
,
1584
if (
_allowInHistory
== -1 ||
_allowInHistory
== 1) {