2 implementations of VerifyDefinitionAllowed
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
153public virtual void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
System\Configuration\Internal\InternalConfigHost.cs (1)
122void IInternalConfigHost.VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition,
2 references to VerifyDefinitionAllowed
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
3001Host.VerifyDefinitionAllowed(configPath, factoryRecord.AllowDefinition, factoryRecord.AllowExeDefinition,
System\Configuration\Internal\DelegatingConfigHost.cs (1)
156Host.VerifyDefinitionAllowed(configPath, allowDefinition, allowExeDefinition, errorInfo);