1 write to _values
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
15_values = values;
2 references to _values
System.Web.DynamicData (2)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (2)
20if (_values.TryGetValue(name, out value)) { 28var dictionaryProps = _values.Keys.Select(propName => new DictionaryPropertyDescriptor(propName));