1 write to _original
System.Data.Entity (1)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
801this._original = expression;
2 references to _original
System.Data.Entity (2)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
756Debug.Assert(visitor._original != null && visitor._rewritten != null, "Expression was rewritten but no navigation was found?"); 757navInfo = new NavigationInfo(visitor._original, visitor._rewritten);