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