67 references to Value
mscorlib (67)
system\appdomain.cs (17)
2283String current = FusionStore.Value[(int) AppDomainSetup.LoaderInformation.PrivateBinPathValue]; 2441FusionStore.Value[key] = (string) data; 3528if(info.Value[(int) AppDomainSetup.LoaderInformation.ApplicationBaseValue] == null || 3529info.Value[(int) AppDomainSetup.LoaderInformation.ConfigurationFileValue] == null ) 3544if (info.Value[(int) AppDomainSetup.LoaderInformation.ConfigurationFileValue] == null) 3545info.ConfigurationFile = defaultDomain.FusionStore.Value[(int) AppDomainSetup.LoaderInformation.ConfigurationFileValue]; 3546if (info.Value[(int) AppDomainSetup.LoaderInformation.ApplicationBaseValue] == null) 3547info.ApplicationBase = defaultDomain.FusionStore.Value[(int) AppDomainSetup.LoaderInformation.ApplicationBaseValue]; 3548if (info.Value[(int) AppDomainSetup.LoaderInformation.ApplicationNameValue] == null) 3549info.ApplicationName = defaultDomain.FusionStore.Value[(int) AppDomainSetup.LoaderInformation.ApplicationNameValue]; 3560if(info.Value[(int) AppDomainSetup.LoaderInformation.PrivateBinPathValue] == null) 4153setup.Value[(int) AppDomainSetup.LoaderInformation.ApplicationBaseValue] = path; 4155setup.Value[(int) AppDomainSetup.LoaderInformation.ConfigurationFileValue] = configFile; 4358if (FusionStore.Value[(int) AppDomainSetup.LoaderInformation.CachePathValue] != null) 4362FusionStore.Value[(int) AppDomainSetup.LoaderInformation.CachePathValue]); 4382if (FusionStore.Value[(int) AppDomainSetup.LoaderInformation.DynamicBaseValue] != null) 4386FusionStore.Value[(int) AppDomainSetup.LoaderInformation.DynamicBaseValue]);
system\AppDomainSetup.cs (50)
137string[] mine = Value; 139string[] other = copy.Value; 248Value[(int) LoaderInformation.ApplicationBaseValue] = appBase; 266return Value[(int) LoaderInformation.ApplicationBaseValue]; 317Value[(int) LoaderInformation.ApplicationBaseValue] = NormalizePath(value, false); 429String appBase = Value[(int)LoaderInformation.ApplicationBaseValue]; 509return VerifyDir(Value[(int) LoaderInformation.ConfigurationFileValue], true); 515Value[(int) LoaderInformation.ConfigurationFileValue] = value; 526return NormalizePath(Value[(int) LoaderInformation.ConfigurationFileValue], true); 706return VerifyDir(Value[(int) LoaderInformation.DynamicBaseValue], true); 714Value[(int) LoaderInformation.DynamicBaseValue] = null; 725Value[(int) LoaderInformation.DynamicBaseValue] = s.ToString(); 742return (Value[(int) LoaderInformation.DisallowPublisherPolicyValue] != null); 747Value[(int) LoaderInformation.DisallowPublisherPolicyValue]="true"; 749Value[(int) LoaderInformation.DisallowPublisherPolicyValue]=null; 758return (Value[(int) LoaderInformation.DisallowBindingRedirectsValue] != null); 763Value[(int) LoaderInformation.DisallowBindingRedirectsValue] = "true"; 765Value[(int) LoaderInformation.DisallowBindingRedirectsValue] = null; 773return (Value[(int) LoaderInformation.DisallowCodeDownloadValue] != null); 778Value[(int) LoaderInformation.DisallowCodeDownloadValue] = "true"; 780Value[(int) LoaderInformation.DisallowCodeDownloadValue] = null; 789return (Value[(int) LoaderInformation.DisallowAppBaseProbingValue] != null); 794Value[(int) LoaderInformation.DisallowAppBaseProbingValue] = "true"; 796Value[(int) LoaderInformation.DisallowAppBaseProbingValue] = null; 858String dirs = Value[(int) LoaderInformation.DevPathValue]; 867Value[(int) LoaderInformation.DevPathValue] = null; 887Value[(int) LoaderInformation.DevPathValue] = null; 889Value[(int) LoaderInformation.DevPathValue] = newString; 936return Value[(int) LoaderInformation.ApplicationNameValue]; 940Value[(int) LoaderInformation.ApplicationNameValue] = value; 1053String dirs = Value[(int) LoaderInformation.PrivateBinPathValue]; 1061Value[(int) LoaderInformation.PrivateBinPathValue] = value; 1076return Value[(int) LoaderInformation.PrivateBinPathProbeValue]; 1080Value[(int) LoaderInformation.PrivateBinPathProbeValue] = value; 1097String dirs = Value[(int) LoaderInformation.ShadowCopyDirectoriesValue]; 1105Value[(int) LoaderInformation.ShadowCopyDirectoriesValue] = value; 1119return Value[(int) LoaderInformation.ShadowCopyFilesValue]; 1125Value[(int) LoaderInformation.ShadowCopyFilesValue] = value; 1127Value[(int) LoaderInformation.ShadowCopyFilesValue] = null; 1144return VerifyDir(Value[(int) LoaderInformation.CachePathValue], false); 1150Value[(int) LoaderInformation.CachePathValue] = NormalizePath(value, false); 1167return VerifyDir(Value[(int) LoaderInformation.LicenseFileValue], true); 1173Value[(int) LoaderInformation.LicenseFileValue] = value; 1236String FieldString = Value[(int) FieldValue], 1237OldFieldString = (oldADS == null ? null : oldADS.Value[(int) FieldValue]); 1251if (Value[(int) FieldValue] != null) 1253else if (oldADS != null && oldADS.Value[(int) FieldValue] != null) 1303if(Value[(int) LoaderInformation.ShadowCopyDirectoriesValue] == null) 1403String binPath = Value[(int) LoaderInformation.PrivateBinPathValue]; 1408String appBase = Value[(int) LoaderInformation.ApplicationBaseValue];