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