7 references to IsFullTrust
System.Web (7)
Compilation\BuildManager.cs (2)
1530if (HttpRuntime.IsFullTrust) { 3199if (HttpRuntime.IsFullTrust) {
DefaultHttpHandler.cs (1)
75if (path != null && !HttpRuntime.IsFullTrust) {
State\StateRuntime.cs (1)
250if (!HttpRuntime.IsFullTrust) {
UI\Page.cs (1)
4511if (HttpRuntime.IsFullTrust) {
UI\TemplateControl.cs (1)
484if (HttpRuntime.IsFullTrust) {
UI\Util.cs (1)
1662if (HttpRuntime.IsFullTrust) {