Implemented interface member:
property
PrivateBinPathProbe
System.IAppDomainSetup.PrivateBinPathProbe
2 writes to PrivateBinPathProbe
System.Web (1)
Hosting\ApplicationManager.cs (1)
1673
setup.
PrivateBinPathProbe
= "*"; // disable loading from app base
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
55
PrivateBinPathProbe
= "*", // disable loading from app base
2 references to PrivateBinPathProbe
mscorlib (2)
system\appdomain.cs (1)
2520
return FusionStore.
PrivateBinPathProbe
;
system\AppDomainSetup.cs (1)
1310
UpdateContextPropertyIfNeeded(LoaderInformation.PrivateBinPathProbeValue, PrivateBinPathProbeKey,
PrivateBinPathProbe
, fusionContext, oldADS);