4 writes to _ambientValue
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
186_ambientValue = oldProp._ambientValue; 211_ambientValue = ava.Value; 231_ambientValue = ((AmbientValueAttribute)a).Value; 235_ambientValue = s_noValue;
2 references to _ambientValue
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
186_ambientValue = oldProp._ambientValue; 239return _ambientValue!;