7 references to GetSourceInfo
System.Configuration (7)
System\Configuration\ConfigurationElement.cs (1)
952
return (PropertySourceInfo)_values.
GetSourceInfo
(propertyName);
System\Configuration\elementinformation.cs (2)
101
PropertySourceInfo psi = _thisElement.Values.
GetSourceInfo
(_thisElement.ElementTagName);
121
PropertySourceInfo psi = _thisElement.Values.
GetSourceInfo
(_thisElement.ElementTagName);
System\Configuration\PropertyInformation.cs (4)
147
PropertySourceInfo psi = ThisElement.Values.
GetSourceInfo
(PropertyName);
149
psi = ThisElement.Values.
GetSourceInfo
(String.Empty);
168
PropertySourceInfo psi = ThisElement.Values.
GetSourceInfo
(PropertyName);
170
psi = ThisElement.Values.
GetSourceInfo
(String.Empty);