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