6 writes to _level
System (6)
compmod\system\security\permissions\AspNetHostingPermission.cs (6)
91_level = AspNetHostingPermissionLevel.Unrestricted; 95_level = AspNetHostingPermissionLevel.None; 105_level = level; 115_level = value; 225_level = AspNetHostingPermissionLevel.None; 228_level = (AspNetHostingPermissionLevel) Enum.Parse(typeof(AspNetHostingPermissionLevel), level);
5 references to _level
System (5)
compmod\system\security\permissions\AspNetHostingPermission.cs (5)
110return _level; 126return _level == AspNetHostingPermissionLevel.Unrestricted; 136return new AspNetHostingPermission(_level); 187return _level == AspNetHostingPermissionLevel.None; 239securityElement.AddAttribute("Level", Enum.GetName(typeof(AspNetHostingPermissionLevel), _level));