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