2 implementations of IsDefinitionAllowed
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
166
public virtual bool
IsDefinitionAllowed
(string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition) {
System\Configuration\Internal\InternalConfigHost.cs (1)
360
bool IInternalConfigHost.
IsDefinitionAllowed
(string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition) {
3 references to IsDefinitionAllowed
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
3340
Host.
IsDefinitionAllowed
(_configPath, ConfigurationAllowDefinition.MachineToWebRoot, ConfigurationAllowExeDefinition.MachineOnly)) {
3560
return Host.
IsDefinitionAllowed
(_configPath, allowDefinition, allowExeDefinition);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
167
return Host.
IsDefinitionAllowed
(configPath, allowDefinition, allowExeDefinition);