4 references to _currentSpanPath
System.Data.Entity (4)
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (4)
86
_currentSpanPath
.Push(spanRoot);
209
SpanPathInfo currentInfo =
_currentSpanPath
.Peek();
239
_currentSpanPath
.Push(nextInfo.Value);
241
_currentSpanPath
.Pop();