/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/ |
H A D | ClientConfigurationHost.cs | 326 ConfigurationAllowExeDefinition allowExeDefinition) in IsDefinitionAllowed() 332 case ConfigurationAllowExeDefinition.MachineOnly: in IsDefinitionAllowed() 335 case ConfigurationAllowExeDefinition.MachineToApplication: in IsDefinitionAllowed() 338 case ConfigurationAllowExeDefinition.MachineToRoamingUser: in IsDefinitionAllowed() 342 case ConfigurationAllowExeDefinition.MachineToLocalUser: in IsDefinitionAllowed() 354 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) in VerifyDefinitionAllowed() 360 case ConfigurationAllowExeDefinition.MachineOnly: in VerifyDefinitionAllowed() 363 case ConfigurationAllowExeDefinition.MachineToApplication: in VerifyDefinitionAllowed() 366 case ConfigurationAllowExeDefinition.MachineToRoamingUser: in VerifyDefinitionAllowed()
|
H A D | FactoryRecord.cs | 36 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord() 78 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord() 115 internal ConfigurationAllowExeDefinition AllowExeDefinition { get; set; } 243 ConfigurationAllowExeDefinition allowExeDefinition, in IsEquivalentSectionFactory()
|
H A D | ConfigurationAllowExeDefinition.cs | 7 public enum ConfigurationAllowExeDefinition enum
|
H A D | SectionInformation.cs | 38 private ConfigurationAllowExeDefinition _allowExeDefinition; 55 _allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in SectionInformation() 106 public ConfigurationAllowExeDefinition AllowExeDefinition
|
H A D | BaseConfigurationRecord.cs | 1913 …ConfigurationAllowExeDefinition allowExeDefinition = ConfigurationAllowExeDefinition.MachineToAppl… in ScanFactoriesRecursive() 2115 internal static ConfigurationAllowExeDefinition 2121 return ConfigurationAllowExeDefinition.MachineOnly; in AllowExeDefinitionToEnum() 2123 return ConfigurationAllowExeDefinition.MachineToApplication; in AllowExeDefinitionToEnum() 2125 return ConfigurationAllowExeDefinition.MachineToRoamingUser; in AllowExeDefinitionToEnum() 2127 return ConfigurationAllowExeDefinition.MachineToLocalUser; in AllowExeDefinitionToEnum() 2431 allowExeDefinition: ConfigurationAllowExeDefinition.MachineToRoamingUser, in ScanSectionsRecursive() 2800 ConfigurationAllowExeDefinition.MachineOnly)) in ScanLocationSection() 3028 ConfigurationAllowExeDefinition allowExeDefinition) in IsDefinitionAllowed() 3697 allowExeDefinition: ConfigurationAllowExeDefinition.MachineToApplication, in AddImplicitSections()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/ |
H A D | ClientConfigurationHost.cs | 388 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 392 case ConfigurationAllowExeDefinition.MachineOnly: in IsDefinitionAllowed() 396 case ConfigurationAllowExeDefinition.MachineToApplication: in IsDefinitionAllowed() 400 case ConfigurationAllowExeDefinition.MachineToRoamingUser: in IsDefinitionAllowed() 405 case ConfigurationAllowExeDefinition.MachineToLocalUser: in IsDefinitionAllowed() 417 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed() 420 case ConfigurationAllowExeDefinition.MachineOnly: in VerifyDefinitionAllowed() 424 case ConfigurationAllowExeDefinition.MachineToApplication: in VerifyDefinitionAllowed() 428 case ConfigurationAllowExeDefinition.MachineToRoamingUser: in VerifyDefinitionAllowed()
|
H A D | FactoryRecord.cs | 34 … private ConfigurationAllowExeDefinition _allowExeDefinition; // the allowed Exe definition 50 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord() 90 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord() 178 internal ConfigurationAllowExeDefinition AllowExeDefinition { 278 ConfigurationAllowExeDefinition allowExeDefinition, in IsEquivalentSectionFactory()
|
H A D | ConfigurationAllowExeDefinition.cs | 9 public enum ConfigurationAllowExeDefinition { enum
|
H A D | SectionInformation.cs | 49 private ConfigurationAllowExeDefinition _allowExeDefinition; 75 _allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in SectionInformation() 312 public ConfigurationAllowExeDefinition AllowExeDefinition {
|
H A D | BaseConfigurationRecord.cs | 1311 ConfigurationAllowExeDefinition allowExeDefinition; in CreateErrorSection() 1339 allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in CreateErrorSection() 2334 …ConfigurationAllowExeDefinition allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApp… in ScanFactoriesRecursive() 2567 static internal ConfigurationAllowExeDefinition 2573 return ConfigurationAllowExeDefinition.MachineOnly; in AllowExeDefinitionToEnum() 2576 return ConfigurationAllowExeDefinition.MachineToApplication; in AllowExeDefinitionToEnum() 2579 return ConfigurationAllowExeDefinition.MachineToRoamingUser; in AllowExeDefinitionToEnum() 2582 return ConfigurationAllowExeDefinition.MachineToLocalUser; in AllowExeDefinitionToEnum() 2891 ConfigurationAllowExeDefinition.MachineToRoamingUser, in ScanSectionsRecursive() 4305 … ConfigurationAllowExeDefinition.MachineToApplication, // allowExeDefinition in AddImplicitSections() [all …]
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/ |
H A D | SectionInfo.cs | 44 …ConfigurationAllowExeDefinition allowExeDefinition = ConfigurationAllowExeDefinition.MachineToAppl… 114 allowExeDefinition = (ConfigurationAllowExeDefinition) Enum.Parse ( in ReadConfig() 115 typeof (ConfigurationAllowExeDefinition), allowExeDef); in ReadConfig() 169 if (allowExeDefinition != ConfigurationAllowExeDefinition.MachineToApplication) in WriteConfig() 181 …object ctx = allowExeDefinition != ConfigurationAllowExeDefinition.MachineToApplication ? (object)… in ReadData()
|
H A D | SectionInformation.cs | 40 …ConfigurationAllowExeDefinition allow_exe_definition = ConfigurationAllowExeDefinition.MachineToAp… 74 public ConfigurationAllowExeDefinition AllowExeDefinition {
|
H A D | InternalConfigurationHost.cs | 122 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 238 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed() 402 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed()
|
H A D | ConfigurationAllowExeDefinition.cs | 31 public enum ConfigurationAllowExeDefinition enum
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/ |
H A D | IInternalConfigHost.cs | 76 ConfigurationAllowExeDefinition allowExeDefinition); in IsDefinitionAllowed() 79 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo); in VerifyDefinitionAllowed()
|
H A D | DelegatingConfigHost.cs | 148 ConfigurationAllowExeDefinition allowExeDefinition) in IsDefinitionAllowed() 154 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) in VerifyDefinitionAllowed()
|
H A D | InternalConfigHost.cs | 117 ConfigurationAllowExeDefinition allowExeDefinition) in IInternalConfigHost.IsDefinitionAllowed() 123 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) in IInternalConfigHost.VerifyDefinitionAllowed()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration.Internal/ |
H A D | IInternalConfigHost.cs | 56 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 73 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
|
H A D | DelegatingConfigHost.cs | 134 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 218 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/Internal/ |
H A D | IInternalConfigHost.cs | 81 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 82 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
|
H A D | DelegatingConfigHost.cs | 166 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 170 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
|
H A D | InternalConfigHost.cs | 360 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IInternalConfigHost.IsDefinitionAllowed() 364 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IInternalConfigHost.VerifyDefinitionAllowed()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/ |
H A D | TypeUtilTests.cs | 203 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IInternalConfigHost.IsDefinitionAllowed() 273 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IInternalConfigHost.VerifyDefinitionAllowed()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/ |
H A D | WebConfigurationHost.cs | 323 ConfigurationAllowExeDefinition allowExeDefinition) in IsDefinitionAllowed() 425 ConfigurationAllowExeDefinition allowExeDefinition, in VerifyDefinitionAllowed()
|
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/ |
H A D | System.Configuration.cs | 145 public enum ConfigurationAllowExeDefinition enum 913 …public System.Configuration.ConfigurationAllowExeDefinition AllowExeDefinition { get { throw null;… 1066 …urationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 1082 …urationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed() 1158 …urationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed() 1174 …urationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
|