4 references to SetValueForKey
Microsoft.AspNetCore.JsonPatch.Tests (4)
WriteOnceDynamicTestObject.cs (4)
27
public object this[string key] { get => ((IDictionary<string, object>)_dictionary)[key]; set =>
SetValueForKey
(key, value); }
39
SetValueForKey
(key, value);
44
SetValueForKey
(item.Key, item.Value);
96
SetValueForKey
(binder.Name, value);