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