9 writes to _originalComplexObjects
System.Data.Entity (9)
System\Data\Objects\EntityEntry.cs (9)
461
_originalComplexObjects
= null;
478
_originalComplexObjects
= null;
913
_originalComplexObjects
= null;
1770
this.
_originalComplexObjects
= new Dictionary<object, Dictionary<int, object>>();
2877
_originalComplexObjects
= null;
3118
this.
_originalComplexObjects
= null;
3151
this.
_originalComplexObjects
= null;
3188
this.
_originalComplexObjects
= null;
3198
this.
_originalComplexObjects
= null;
12 references to _originalComplexObjects
System.Data.Entity (12)
System\Data\Objects\EntityEntry.cs (12)
1768
if (this.
_originalComplexObjects
== null)
1773
if (!this.
_originalComplexObjects
.TryGetValue(userObject, out ordinal2complexObject))
1776
this.
_originalComplexObjects
.Add(userObject, ordinal2complexObject);
1785
if (this.
_originalComplexObjects
== null || complexObject == null)
1788
foreach (Dictionary<int, object> ordinal2complexObject in this.
_originalComplexObjects
.Values)
2021
if (this.
_originalComplexObjects
!= null)
2024
if (this.
_originalComplexObjects
.TryGetValue(parentObject, out ordinal2complexObject))
2039
if (this.
_originalComplexObjects
!= null)
2042
if (this.
_originalComplexObjects
.TryGetValue(userObject, out ordinal2complexObject))
2052
if (oldValue != null && this.
_originalComplexObjects
.TryGetValue(oldValue, out ordinal2complexObject))
2054
this.
_originalComplexObjects
.Remove(oldValue);
2055
this.
_originalComplexObjects
.Add(currentValue, ordinal2complexObject);