2 writes to _previousPagePath
System.Web (2)
UI\Page.cs (2)
4721
_previousPagePath
= previousPagePath;
5017
_previousPagePath
= previousPagePath;
6 references to _previousPagePath
System.Web (6)
UI\Page.cs (6)
2166
if (
_previousPagePath
!= null) {
3434
if (
_previousPagePath
!= null) {
3436
if (!Util.IsUserAllowedToPath(Context,
_previousPagePath
)) {
3441
(ITypedWebObjectFactory)BuildManager.GetVPathBuildResult(Context,
_previousPagePath
);
4722
Debug.Assert(
_previousPagePath
!= null);
5018
Debug.Assert(
_previousPagePath
!= null);