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)
2166if (_previousPagePath != null) { 3434if (_previousPagePath != null) { 3436if (!Util.IsUserAllowedToPath(Context, _previousPagePath)) { 3441(ITypedWebObjectFactory)BuildManager.GetVPathBuildResult(Context, _previousPagePath); 4722Debug.Assert(_previousPagePath != null); 5018Debug.Assert(_previousPagePath != null);