6 instantiations of PropertySourceInfo
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElement.cs (6)
1401PropertySourceInfo rootInfo = new PropertySourceInfo(reader); 1446new PropertySourceInfo(reader)); 1466ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1470ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1474ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1478ConfigurationValueFlags.Default, new PropertySourceInfo(reader));
16 references to PropertySourceInfo
System.Configuration.ConfigurationManager (16)
System\Configuration\ConfigurationElement.cs (5)
622PropertySourceInfo sourceInfo = configValue?.SourceInfo; 848internal PropertySourceInfo PropertyInfoInternal(string propertyName) 856PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); 862PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); 1401PropertySourceInfo rootInfo = new PropertySourceInfo(reader);
System\Configuration\ConfigurationValue.cs (2)
8internal PropertySourceInfo SourceInfo; 13internal ConfigurationValue(object value, ConfigurationValueFlags valueFlags, PropertySourceInfo sourceInfo)
System\Configuration\ConfigurationValues.cs (4)
77internal PropertySourceInfo GetSourceInfo(string key) 83internal void ChangeSourceInfo(string key, PropertySourceInfo sourceInfo) 90PropertySourceInfo sourceInfo) 110PropertySourceInfo sourceInfo)
System\Configuration\ElementInformation.cs (2)
58internal PropertySourceInfo PropertyInfoInternal() 63internal void ChangeSourceAndLineNumber(PropertySourceInfo sourceInformation)
System\Configuration\MgmtConfigurationRecord.cs (1)
470PropertySourceInfo saveInfo = configSection.ElementInformation.PropertyInfoInternal();
System\Configuration\PropertyInformation.cs (2)
67PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(Name) ?? 80PropertySourceInfo psi = _thisElement.Values.GetSourceInfo(Name) ??