6 references to PropertySourceInfo
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (6)
1445PropertySourceInfo rootInfo = new PropertySourceInfo(reader); 1478new PropertySourceInfo(reader)); 1490LockedAttributesList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1493LockedAllExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1496LockedElementList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); 1499LockedAllElementsExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader));