2 instantiations of 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));
24 references to IntBox
System.Data.Entity (24)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
561
internal override void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object,
IntBox
>> properties, HashSet<object> visited)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
596
internal override void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object,
IntBox
>> properties, HashSet<object> visited)
603
Dictionary<string, KeyValuePair<object,
IntBox
>> retrievedProperties;
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2085
internal abstract void RetrieveReferentialConstraintProperties(Dictionary<string, KeyValuePair<object,
IntBox
>> keyValues, HashSet<object> visited);
System\Data\Objects\DataClasses\RelationshipManager.cs (8)
1219
internal void RetrieveReferentialConstraintProperties(out Dictionary<string, KeyValuePair<object,
IntBox
>> properties, HashSet<object> visited, bool includeOwnValues)
1226
properties = new Dictionary<string, KeyValuePair<object,
IntBox
>>();
1299
private static bool CheckIfAllPropertiesWereRetrieved(Dictionary<string, KeyValuePair<object,
IntBox
>> properties, List<string> propertiesToRetrieve)
1307
ICollection<KeyValuePair<object,
IntBox
>> values = properties.Values;
1310
foreach (KeyValuePair<object,
IntBox
> valueCounterPair in values)
1323
KeyValuePair<object,
IntBox
> valueCounterPair = properties[name];
1335
foreach (KeyValuePair<object,
IntBox
> valueCounterPair in values)
1349
foreach (KeyValuePair<object,
IntBox
> valueCounterPair in values)
System\Data\Objects\EntityEntry.cs (8)
2687
Dictionary<string, KeyValuePair<object,
IntBox
>> properties;
2695
foreach (KeyValuePair<string, KeyValuePair<object,
IntBox
>> pair in properties)
2710
internal void RetrieveReferentialConstraintPropertiesFromKeyEntries(Dictionary<string, KeyValuePair<object,
IntBox
>> properties)
2756
internal static void AddOrIncreaseCounter(Dictionary<string, KeyValuePair<object,
IntBox
>> properties, string propertyName, object propertyValue)
2766
KeyValuePair<object,
IntBox
> valueCounterPair = properties[propertyName];
2776
properties[propertyName] = new KeyValuePair<object,
IntBox
>(propertyValue, new IntBox(1));
2915
internal void GetOtherKeyProperties(Dictionary<string, KeyValuePair<object,
IntBox
>> properties)
2929
properties[member.Name] = new KeyValuePair<object,
IntBox
>(this.GetCurrentEntityValue(member.Name), new IntBox(1));
System\Data\Objects\ObjectStateManager.cs (4)
3171
Dictionary<string, KeyValuePair<object,
IntBox
>> properties = new Dictionary<string, KeyValuePair<object,
IntBox
>>();
3261
Dictionary<string, KeyValuePair<object,
IntBox
>> retrievedProperties = new Dictionary<string, KeyValuePair<object,
IntBox
>>();