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