6 writes to next
System.Data.Entity (6)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
1768
result.
next
= this;
1779
result.
next
= this.next;
1791
result.
next
= this;
1802
result.
next
= this.next;
1822
result.
next
= this.next;
1828
result.
next
= this;
4 references to next
System.Data.Entity (4)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (4)
1779
result.next = this.
next
;
1802
result.next = this.
next
;
1822
result.next = this.
next
;
1852
currentFilter = currentFilter.
next
;