1 write to _relationships
System.Data.Entity (1)
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
86
_relationships
= new List<RelatedEnd>();
33 references to _relationships
System.Data.Entity (33)
System\Data\Objects\DataClasses\RelationshipManager.cs (33)
75
return
_relationships
.ToArray();
84
if (null ==
_relationships
)
178
if (null !=
_relationships
)
182
foreach (RelatedEnd relatedEnd in
_relationships
)
239
Debug.Assert(
_relationships
!= null, "Expected _relationships to be non-null.");
240
_relationships
.Remove(relatedEnd);
259
Debug.Assert(
_relationships
!= null, "Expected _relationships to be non-null.");
260
_relationships
.Remove(collection);
261
_relationships
.Add(relatedEnd);
424
if (
_relationships
!= null)
427
relatedEnd = (from RelatedEnd end in
_relationships
554
Debug.Assert(
_relationships
!= null, "Expected _relationships to be non-null.");
555
_relationships
.Remove(relatedEnd);
975
_relationships
.Add(relatedEnd);
1049
get { return
_relationships
!= null; }
1059
if (null !=
_relationships
)
1135
if (null !=
_relationships
)
1150
if (
_relationships
!= null)
1183
if (null !=
_relationships
)
1205
if (
_relationships
!= null)
1246
if (
_relationships
!= null)
1250
foreach (RelatedEnd relatedEnd in
_relationships
)
1371
_relationships
!= null)
1375
foreach (RelatedEnd relatedEnd in
_relationships
)
1413
if (null !=
_relationships
)
1417
foreach (RelatedEnd end in
_relationships
)
1504
if (null !=
_relationships
)
1527
_relationships
.Remove(relatedEnd);
1541
if (null !=
_relationships
)
1559
if (null !=
_relationships
)
1563
foreach (RelatedEnd relatedEnd in
_relationships
)
1577
if (this.
_relationships
!= null)
1579
foreach (var r in this.
_relationships
)