Home
last modified time | relevance | path

Searched refs:ConfigurationAllowExeDefinition (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DClientConfigurationHost.cs326 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 DFactoryRecord.cs36 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord()
78 ConfigurationAllowExeDefinition allowExeDefinition, in FactoryRecord()
115 internal ConfigurationAllowExeDefinition AllowExeDefinition { get; set; }
243 ConfigurationAllowExeDefinition allowExeDefinition, in IsEquivalentSectionFactory()
H A DConfigurationAllowExeDefinition.cs7 public enum ConfigurationAllowExeDefinition enum
H A DSectionInformation.cs38 private ConfigurationAllowExeDefinition _allowExeDefinition;
55 _allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in SectionInformation()
106 public ConfigurationAllowExeDefinition AllowExeDefinition
H A DBaseConfigurationRecord.cs1913ConfigurationAllowExeDefinition 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 DClientConfigurationHost.cs388 …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 DFactoryRecord.cs34 … 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 DConfigurationAllowExeDefinition.cs9 public enum ConfigurationAllowExeDefinition { enum
H A DSectionInformation.cs49 private ConfigurationAllowExeDefinition _allowExeDefinition;
75 _allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in SectionInformation()
312 public ConfigurationAllowExeDefinition AllowExeDefinition {
H A DBaseConfigurationRecord.cs1311 ConfigurationAllowExeDefinition allowExeDefinition; in CreateErrorSection()
1339 allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; in CreateErrorSection()
2334ConfigurationAllowExeDefinition 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()
4305ConfigurationAllowExeDefinition.MachineToApplication, // allowExeDefinition in AddImplicitSections()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DSectionInfo.cs44ConfigurationAllowExeDefinition 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 DSectionInformation.cs40ConfigurationAllowExeDefinition allow_exe_definition = ConfigurationAllowExeDefinition.MachineToAp…
74 public ConfigurationAllowExeDefinition AllowExeDefinition {
H A DInternalConfigurationHost.cs122 …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 DConfigurationAllowExeDefinition.cs31 public enum ConfigurationAllowExeDefinition enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/
H A DIInternalConfigHost.cs76 ConfigurationAllowExeDefinition allowExeDefinition); in IsDefinitionAllowed()
79 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo); in VerifyDefinitionAllowed()
H A DDelegatingConfigHost.cs148 ConfigurationAllowExeDefinition allowExeDefinition) in IsDefinitionAllowed()
154 ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) in VerifyDefinitionAllowed()
H A DInternalConfigHost.cs117 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 DIInternalConfigHost.cs56 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed()
73 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
H A DDelegatingConfigHost.cs134 …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 DIInternalConfigHost.cs81 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed()
82 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
H A DDelegatingConfigHost.cs166 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in IsDefinitionAllowed()
170 …ng configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allow… in VerifyDefinitionAllowed()
H A DInternalConfigHost.cs360 …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 DTypeUtilTests.cs203 …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 DWebConfigurationHost.cs323 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 DSystem.Configuration.cs145 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()

12