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