3 references to _propSwitchValue
System.Configuration.ConfigurationManager (3)
System\Diagnostics\SourceElementsCollection.cs (3)
48
_properties.Add(
_propSwitchValue
);
67
public string SwitchValue => (string)this[
_propSwitchValue
];
145
_properties.Add(
_propSwitchValue
);