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)
20
if (
_values
.TryGetValue(name, out value)) {
28
var dictionaryProps =
_values
.Keys.Select(propName => new DictionaryPropertyDescriptor(propName));