1 write to _skipAuthorization
System.Web (1)
HttpContext.cs (1)
1318
_skipAuthorization
= value;
2 references to _skipAuthorization
System.Web (2)
HttpContext.cs (2)
1297
get { return
_skipAuthorization
;}
1309
&& value !=
_skipAuthorization
) {