2 references to IntBox
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (2)
2776
properties[propertyName] = new KeyValuePair<object, IntBox>(propertyValue, new
IntBox
(1));
2929
properties[member.Name] = new KeyValuePair<object, IntBox>(this.GetCurrentEntityValue(member.Name), new
IntBox
(1));