7 references to DisallowCodeDownloadValue
mscorlib (7)
system\appdomain.cs (2)
2419case (int) AppDomainSetup.LoaderInformation.DisallowCodeDownloadValue: 2531case (int) AppDomainSetup.LoaderInformation.DisallowCodeDownloadValue:
system\AppDomainSetup.cs (5)
773return (Value[(int) LoaderInformation.DisallowCodeDownloadValue] != null); 778Value[(int) LoaderInformation.DisallowCodeDownloadValue] = "true"; 780Value[(int) LoaderInformation.DisallowCodeDownloadValue] = null; 1295UpdateBooleanContextPropertyIfNeeded(LoaderInformation.DisallowCodeDownloadValue, DisallowCodeDownloadKey, fusionContext, oldADS); 1368if (s == ACTAG_CODE_DOWNLOAD_DISABLED) return (int)LoaderInformation.DisallowCodeDownloadValue;