Implemented interface member:
property
PrivateBinPath
System.IAppDomainSetup.PrivateBinPath
5 writes to PrivateBinPath
mscorlib (4)
system\appdomain.cs (4)
2755info.PrivateBinPath = appRelativeSearchPath; 3492info.PrivateBinPath = appRelativeSearchPath; 3561info.PrivateBinPath = Environment.nativeGetEnvironmentVariable(AppDomainSetup.PrivateBinPathEnvironmentVariable); 4373FusionStore.PrivateBinPath = path;
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
56PrivateBinPath = binFolderPhysicalPath,
2 references to PrivateBinPath
mscorlib (2)
system\appdomain.cs (2)
2196get { return FusionStore.PrivateBinPath; } 2518return FusionStore.PrivateBinPath;