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