4 references to GetConfigErrorInfoFilename
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationErrorsException.cs (4)
75this(message, null, GetConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) 79this(message, inner, GetConfigErrorInfoFilename(errorInfo), GetConfigErrorInfoLineNumber(errorInfo)) 238return GetConfigErrorInfoFilename(node as IConfigErrorInfo); 249return GetConfigErrorInfoFilename(reader as IConfigErrorInfo);