1 write to _spanList
System.Data.Entity (1)
System\Data\Objects\Span.cs (1)
27
_spanList
= new List<SpanPath>();
15 references to _spanList
System.Data.Entity (15)
System\Data\Objects\Span.cs (15)
35
get { return
_spanList
; }
105
if (
_spanList
.Count > 0)
110
if (
_spanList
.Count == 1 &&
111
_spanList
[0].Navigations.Count == 1)
113
_cacheKey =
_spanList
[0].Navigations[0];
118
for (int pathIdx = 0; pathIdx <
_spanList
.Count; pathIdx++)
125
SpanPath thisPath =
_spanList
[pathIdx];
166
newSpan.SpanList.AddRange(
_spanList
);
181
_spanList
.Add(spanPath);
193
for (int i = 0; i <
_spanList
.Count; i++)
196
if (spanPath.IsSubPath(
_spanList
[i]))
207
for (int i = 0; i <
_spanList
.Count; i++)
210
if (
_spanList
[i].IsSubPath(spanPath))
212
toDelete.Add(
_spanList
[i]);
218
_spanList
.Remove(path);