3 references to _propValue
System.Configuration.ConfigurationManager (3)
System\Diagnostics\SwitchElementsCollection.cs (3)
31
_properties.Add(
_propValue
);
42
public string Value => (string)this[
_propValue
];
108
_properties.Add(
_propValue
);