7 references to GetSourceInfo
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (1)
850
return Values.
GetSourceInfo
(propertyName);
System\Configuration\ElementInformation.cs (2)
44
public string Source => _thisElement.Values.
GetSourceInfo
(_thisElement.ElementTagName)?.FileName;
49
public int LineNumber => _thisElement.Values.
GetSourceInfo
(_thisElement.ElementTagName)?.LineNumber ?? 0;
System\Configuration\PropertyInformation.cs (4)
67
PropertySourceInfo psi = _thisElement.Values.
GetSourceInfo
(Name) ??
68
_thisElement.Values.
GetSourceInfo
(string.Empty);
80
PropertySourceInfo psi = _thisElement.Values.
GetSourceInfo
(Name) ??
81
_thisElement.Values.
GetSourceInfo
(string.Empty);