41 references to ConfigurationAllowExeDefinition
System.Configuration (1)
System.Configuration.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
ConfigurationAllowExeDefinition
))]
System.Configuration.ConfigurationManager (40)
System\Configuration\BaseConfigurationRecord.cs (11)
1909
ConfigurationAllowExeDefinition
allowExeDefinition =
ConfigurationAllowExeDefinition
.MachineToApplication;
2111
internal static
ConfigurationAllowExeDefinition
AllowExeDefinitionToEnum(string allowExeDefinition, XmlUtil xmlUtil) =>
2114
AllowDefinitionMachineOnly =>
ConfigurationAllowExeDefinition
.MachineOnly,
2115
AllowDefinitionMachineToApplication =>
ConfigurationAllowExeDefinition
.MachineToApplication,
2116
AllowExeDefinitionMachineToRoaming =>
ConfigurationAllowExeDefinition
.MachineToRoamingUser,
2117
AllowExeDefinitionMachineToLocal =>
ConfigurationAllowExeDefinition
.MachineToLocalUser,
2410
allowExeDefinition:
ConfigurationAllowExeDefinition
.MachineToRoamingUser,
2779
ConfigurationAllowExeDefinition
.MachineOnly))
3006
ConfigurationAllowExeDefinition
allowExeDefinition)
3682
allowExeDefinition:
ConfigurationAllowExeDefinition
.MachineToApplication,
System\Configuration\ClientConfigurationHost.cs (9)
327
ConfigurationAllowExeDefinition
allowExeDefinition)
333
case
ConfigurationAllowExeDefinition
.MachineOnly:
336
case
ConfigurationAllowExeDefinition
.MachineToApplication:
339
case
ConfigurationAllowExeDefinition
.MachineToRoamingUser:
343
case
ConfigurationAllowExeDefinition
.MachineToLocalUser:
355
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo)
361
ConfigurationAllowExeDefinition
.MachineOnly => new ConfigurationErrorsException(
363
ConfigurationAllowExeDefinition
.MachineToApplication => new ConfigurationErrorsException(
365
ConfigurationAllowExeDefinition
.MachineToRoamingUser => new ConfigurationErrorsException(
System\Configuration\ClientSettingsStore.cs (1)
78
section.SectionInformation.AllowExeDefinition =
ConfigurationAllowExeDefinition
.MachineToLocalUser;
System\Configuration\FactoryRecord.cs (4)
35
ConfigurationAllowExeDefinition
allowExeDefinition,
77
ConfigurationAllowExeDefinition
allowExeDefinition,
114
internal
ConfigurationAllowExeDefinition
AllowExeDefinition { get; set; }
242
ConfigurationAllowExeDefinition
allowExeDefinition,
System\Configuration\Internal\DelegatingConfigHost.cs (2)
148
ConfigurationAllowExeDefinition
allowExeDefinition)
154
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo)
System\Configuration\Internal\IInternalConfigHost.cs (2)
76
ConfigurationAllowExeDefinition
allowExeDefinition);
79
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo);
System\Configuration\Internal\InternalConfigHost.cs (2)
117
ConfigurationAllowExeDefinition
allowExeDefinition)
123
ConfigurationAllowExeDefinition
allowExeDefinition, IConfigErrorInfo errorInfo)
System\Configuration\MgmtConfigurationRecord.cs (6)
1204
ConfigurationAllowExeDefinition
.MachineToApplication) ||
1257
private static string ExeDefinitionToString(
ConfigurationAllowExeDefinition
allowDefinition) =>
1260
ConfigurationAllowExeDefinition
.MachineOnly => AllowDefinitionMachineOnly,
1261
ConfigurationAllowExeDefinition
.MachineToApplication => AllowDefinitionMachineToApplication,
1262
ConfigurationAllowExeDefinition
.MachineToRoamingUser => AllowExeDefinitionMachineToRoaming,
1263
ConfigurationAllowExeDefinition
.MachineToLocalUser => AllowExeDefinitionMachineToLocal,
System\Configuration\SectionInformation.cs (3)
37
private
ConfigurationAllowExeDefinition
_allowExeDefinition;
54
_allowExeDefinition =
ConfigurationAllowExeDefinition
.MachineToApplication;
105
public
ConfigurationAllowExeDefinition
AllowExeDefinition