1 instantiation of SpanPath
System.Data.Entity (1)
System\Data\Objects\Span.cs (1)
154
SpanPath spanPath = new
SpanPath
(ParsePath(path));
15 references to SpanPath
System.Data.Entity (15)
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
356
foreach (Span.
SpanPath
sp in span.SpanList)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
80
foreach (Span.
SpanPath
path in span.SpanList)
System\Data\Objects\Span.cs (13)
22
private List<
SpanPath
> _spanList;
27
_spanList = new List<
SpanPath
>();
33
internal List<
SpanPath
> SpanList
93
foreach (
SpanPath
path in span2.SpanList)
125
SpanPath
thisPath = _spanList[pathIdx];
154
SpanPath
spanPath = new SpanPath(ParsePath(path));
176
internal void AddSpanPath(
SpanPath
spanPath)
189
private bool ValidateSpanPath(
SpanPath
spanPath)
204
private void RemoveExistingSubPaths(
SpanPath
spanPath)
206
List<
SpanPath
> toDelete = new List<
SpanPath
>();
216
foreach (
SpanPath
path in toDelete)
235
public bool IsSubPath(
SpanPath
rhs)