2 implementations of IsDefinitionAllowed
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
147
public virtual bool
IsDefinitionAllowed
(string configPath, ConfigurationAllowDefinition allowDefinition,
System\Configuration\Internal\InternalConfigHost.cs (1)
116
bool IInternalConfigHost.
IsDefinitionAllowed
(string configPath, ConfigurationAllowDefinition allowDefinition,
3 references to IsDefinitionAllowed
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
2778
Host.
IsDefinitionAllowed
(_configPath, ConfigurationAllowDefinition.MachineToWebRoot,
3008
return Host.
IsDefinitionAllowed
(_configPath, allowDefinition, allowExeDefinition);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
150
return Host.
IsDefinitionAllowed
(configPath, allowDefinition, allowExeDefinition);