System\Configuration\BaseConfigurationRecord.cs (8)
2995private void VerifyDefinitionAllowed(FactoryRecord factoryRecord, string configPath, IConfigErrorInfo errorInfo)
3021protected static void VerifySectionName(string name, IConfigErrorInfo errorInfo, bool allowImplicit)
3064internal static string NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo)
3192internal static string NormalizeConfigSource(string configSource, IConfigErrorInfo errorInfo)
3300string configKey, string configSourceStreamName, string configSourceArg, IConfigErrorInfo errorInfo)
3322string configSourceStreamName, string configSourceArg, IConfigErrorInfo errorInfo)
3551internal static string ValidateProtectionProviderAttribute(string protectionProvider, IConfigErrorInfo errorInfo)
3563IConfigErrorInfo err = clone;