11 references to Level
System (10)
compmod\system\security\permissions\AspNetHostingPermission.cs (10)
152if (Level >= other.Level) { 153return new AspNetHostingPermission(Level); 156return new AspNetHostingPermission(other.Level); 173if (Level <= other.Level) { 174return new AspNetHostingPermission(Level); 177return new AspNetHostingPermission(other.Level); 195return Level <= other.Level;
System.Web (1)
HttpRuntime.cs (1)
2709return (permission.Level >= level);