7 references to DisallowBindingRedirectsValue
mscorlib (7)
system\appdomain.cs (2)
2425case (int) AppDomainSetup.LoaderInformation.DisallowBindingRedirectsValue: 2533case (int) AppDomainSetup.LoaderInformation.DisallowBindingRedirectsValue:
system\AppDomainSetup.cs (5)
758return (Value[(int) LoaderInformation.DisallowBindingRedirectsValue] != null); 763Value[(int) LoaderInformation.DisallowBindingRedirectsValue] = "true"; 765Value[(int) LoaderInformation.DisallowBindingRedirectsValue] = null; 1296UpdateBooleanContextPropertyIfNeeded(LoaderInformation.DisallowBindingRedirectsValue, DisallowBindingRedirectsKey, fusionContext, oldADS); 1374if (s == ACTAG_DISALLOW_APP_BINDING_REDIRECTS) return (int)LoaderInformation.DisallowBindingRedirectsValue;