6 instantiations of PropertySourceInfo
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (6)
1445
PropertySourceInfo rootInfo = new
PropertySourceInfo
(reader);
1478
new
PropertySourceInfo
(reader));
1490
LockedAttributesList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new
PropertySourceInfo
(reader));
1493
LockedAllExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new
PropertySourceInfo
(reader));
1496
LockedElementList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new
PropertySourceInfo
(reader));
1499
LockedAllElementsExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new
PropertySourceInfo
(reader));
23 references to PropertySourceInfo
System.Configuration (23)
System\Configuration\ConfigurationElement.cs (10)
581
PropertySourceInfo
sourceInfo = (ConfigValue != null) ? ConfigValue.SourceInfo : null;
951
internal
PropertySourceInfo
PropertyInfoInternal(string propertyName) {
952
return (
PropertySourceInfo
)_values.GetSourceInfo(propertyName);
956
PropertySourceInfo
p = (
PropertySourceInfo
)PropertyInfoInternal(propertyName);
958
p = (
PropertySourceInfo
)PropertyInfoInternal(String.Empty); // Get the filename of the parent if prop is not there
965
PropertySourceInfo
p = (
PropertySourceInfo
)PropertyInfoInternal(propertyName);
967
p = (
PropertySourceInfo
)PropertyInfoInternal(String.Empty);
1445
PropertySourceInfo
rootInfo = new PropertySourceInfo(reader);
System\Configuration\ConfigurationValue.cs (2)
27
internal
PropertySourceInfo
SourceInfo;
29
internal ConfigurationValue(object value, ConfigurationValueFlags valueFlags,
PropertySourceInfo
sourceInfo) {
System\Configuration\ConfigurationValues.cs (4)
67
internal
PropertySourceInfo
GetSourceInfo(string key) {
77
internal void ChangeSourceInfo(string key,
PropertySourceInfo
sourceInfo) {
84
private ConfigurationValue CreateConfigValue(object value, ConfigurationValueFlags valueFlags,
PropertySourceInfo
sourceInfo) {
99
internal void SetValue(string key, object value, ConfigurationValueFlags valueFlags,
PropertySourceInfo
sourceInfo) {
System\Configuration\elementinformation.cs (4)
87
internal
PropertySourceInfo
PropertyInfoInternal() {
91
internal void ChangeSourceAndLineNumber(
PropertySourceInfo
sourceInformation) {
101
PropertySourceInfo
psi = _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName);
121
PropertySourceInfo
psi = _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName);
System\Configuration\MgmtConfigurationRecord.cs (1)
555
PropertySourceInfo
saveInfo = configSection.ElementInformation.PropertyInfoInternal();
System\Configuration\PropertyInformation.cs (2)
147
PropertySourceInfo
psi = ThisElement.Values.GetSourceInfo(PropertyName);
168
PropertySourceInfo
psi = ThisElement.Values.GetSourceInfo(PropertyName);