2 implementations of VerifyDefinitionAllowed
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
170public virtual void VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) {
System\Configuration\Internal\InternalConfigHost.cs (1)
364void IInternalConfigHost.VerifyDefinitionAllowed(string configPath, ConfigurationAllowDefinition allowDefinition, ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) {
2 references to VerifyDefinitionAllowed
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
3556Host.VerifyDefinitionAllowed(configPath, factoryRecord.AllowDefinition, factoryRecord.AllowExeDefinition, errorInfo);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
171Host.VerifyDefinitionAllowed(configPath, allowDefinition, allowExeDefinition, errorInfo);