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