7 references to DisallowPublisherPolicyValue
mscorlib (7)
system\appdomain.cs (2)
2413case (int) AppDomainSetup.LoaderInformation.DisallowPublisherPolicyValue: 2529case (int) AppDomainSetup.LoaderInformation.DisallowPublisherPolicyValue:
system\AppDomainSetup.cs (5)
742return (Value[(int) LoaderInformation.DisallowPublisherPolicyValue] != null); 747Value[(int) LoaderInformation.DisallowPublisherPolicyValue]="true"; 749Value[(int) LoaderInformation.DisallowPublisherPolicyValue]=null; 1294UpdateBooleanContextPropertyIfNeeded(LoaderInformation.DisallowPublisherPolicyValue, DisallowPublisherPolicyKey, fusionContext, oldADS); 1373if (s == ACTAG_DISALLOW_APPLYPUBLISHERPOLICY) return (int)LoaderInformation.DisallowPublisherPolicyValue;