1 write to ProvidedName
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationProperty.cs (1)
232ProvidedName = name;
2 references to ProvidedName
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (1)
176if (prop.ProvidedName != propertyName) return null;
System\Configuration\PropertyInformation.cs (1)
27internal string ProvidedName => Prop.ProvidedName;