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